Browse Source

Add Sococo Service

pull/812/head
Patrice Bouillet 8 years ago
parent
commit
bb4caf5629
  1. 3
      README.md
  2. 10
      app/store/ServicesList.js
  3. BIN
      resources/icons/sococo.png

3
README.md

@ -36,7 +36,7 @@
![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png)
## Services available - 84
## Services available - 85
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/messenger.png" alt="Messenger" title="Messenger">
@ -127,6 +127,7 @@
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/hibox.png" alt="Hibox" title="Hibox">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/jandi.png" alt="Jandi" title="Jandi">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/threema.png" alt="Threema" title="Threema">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/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>

10
app/store/ServicesList.js

@ -762,6 +762,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.'
,url: 'https://___.jandi.com/'
,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: 20 KiB

Loading…
Cancel
Save