Browse Source

Merge branch 'pr/812'

pull/1857/head
Ramiro Saenz 7 years ago
parent
commit
b2e447cd13
  1. 3
      README.md
  2. 8
      app/store/ServicesList.js
  3. BIN
      resources/icons/sococo.png

3
README.md

@ -54,7 +54,7 @@
![Rambox](./resources/screenshots/mac.png)
## Services available - 99
## Services available - 100
<img width="80" align="left" src="./resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp" />
<img width="80" align="left" src="./resources/icons/messenger.png" alt="Messenger" title="Messenger" />
@ -160,6 +160,7 @@
<img width="80" align="left" src="./resources/icons/hangoutschat.png" alt="Hangouts Chat" title="Hangouts Chat" />
<img width="80" align="left" src="./resources/icons/messengerpages.png" alt="Messenger for Business" title="Messenger for Business" />
<img width="80" align="left" src="./resources/icons/androidmessages.png" alt="Android Messages" title="Android Messages">
<img width="80" align="left" src="./resources/icons/sococo.png" alt="Sococo" title="Sococo">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
## Features

8
app/store/ServicesList.js

@ -929,6 +929,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'A chat platform built for monitor and chat with visitors on your website.'
,url: 'https://dashboard.tawk.to/'
,type: 'messaging'
},
{
id: 'sococo'
,logo: 'sococo.png'
,name: 'Sococo'
,description: 'Sococo is an online workplace that adds the magic of co-location back into the day to day life of distributed Agile teams.'
,url: 'https://app.sococo.com/a/login'
,type: 'messaging'
}
]
});

BIN
resources/icons/sococo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Loading…
Cancel
Save