Created Add a Custom Service (markdown)

master
saenzramiro 9 years ago
parent
commit
d93ac8cc54
  1. 8
      Add-a-Custom-Service.md

8
Add-a-Custom-Service.md

@ -0,0 +1,8 @@
# How to add a Custom Service
1. Be sure to be in the first tab of the app called **Rambox Tab**.
2. At the top right corner of the _Add a new Service_ section, click on the plus icon next to search field.
3. Enter a name of the Service to display in the tab.
4. Enter a URL for the service. The URL needs to go directly to the login page for the service, so if there is no session created shows the login form or shows the service instead.
5. Enter a URL for the Logo of the service to display it in the tab.
6. In Advanced option, there is an _Unread Code_ field. This field you will use it if the service you are adding is not notifying an activity (new messages, new emails, etc) throw the title of the page (Ex. "(2) Facebook Messenger"). The number 2 means there are 2 messages unread. This code will be injected to the service page to run it, and must return an Integer.
Loading…
Cancel
Save