diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index af762817..4d28e2a5 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -819,6 +819,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Schedule your Tweets with love. Save time and manage your social media strategy easily.' ,url: 'https://clocktweets.com/dashboard/' ,type: 'messaging' + }, + { + id: 'intercom' + ,logo: 'intercom.png' + ,name: 'Intercom' + ,description: 'Intercom makes it easy to communicate with your customers personally, at scale. Designed to feel like the messaging apps you use every day, Intercom lets you talk to consumers almost anywhere: inside your app, on your website, across social media and via email.' + ,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..3256f131 Binary files /dev/null and b/resources/icons/intercom.png differ