diff --git a/README.md b/README.md index e282f11c..06e59600 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 84 +## Services available - 83 WhatsApp Messenger @@ -127,6 +127,7 @@ Hibox Jandi Threema +Intercom





































diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3685b686..d8b693c2 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -755,13 +755,21 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://app.hibox.co/' ,type: 'messaging' }, - { - id: 'jandi' + { + id: 'jandi' ,logo: 'jandi.png' ,name: 'Jandi' ,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: 'intercom' + ,logo: 'intercom.png' + ,name: 'Intercom' + ,description: 'Intercom is a comercial customer chat platform for sales, marketing, and support, connected on one platform.' + ,url: 'https://app.intercom.io/' + ,type: 'messaging' + } ] }); diff --git a/resources/icons/intercom.png b/resources/icons/intercom.png new file mode 100644 index 00000000..062a513f Binary files /dev/null and b/resources/icons/intercom.png differ