Intercom Events
Intercom Events
Intercom Events क्या है?
Intercom Events bensojona द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Intercom Events"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Intercom Events एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use this tool to easily track sales funnel events in Intercom. 1.) Enter your Intercom App and API Keys in the appropriate text boxes, these will only need to be entered once (get keys here --> https://doc.intercom.io/api/#authorization) 2.) Enter a comma separated list of sales funnel events you would like to track (sales_call, p10, p50, etc.) in the "Intercom Events" text box, this will only need to be entered once and will automatically generate the appropriate buttons 3.) Go to the users page in Intercom that you would like to track an event for (e.g. https://app.intercom.io/a/apps/riqa7aqp/users/558b3dd759421be924001acb) 4.) Open the Intercom Event Chrome Extension and click the appropriate event button, refresh the page, and you will see your new event in the "Activity" section Now you will easily be able to create a report that better tracks how users are moving through your sales funnel by doing interval reporting on the date/time of each of these events!
एक्सटेंशन की मूल जानकारी
नाम | Intercom Events |
ID | bpabdahpjlcjebbjokmbbaklmglijapa |
आधिकारिक URL | https://chromewebstore.google.com/detail/intercom-events/bpabdahpjlcjebbjokmbbaklmglijapa |
विवरण | Intercom Events |
फ़ाइल का आकार | 26.96 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2015-06-26 |
प्रकाशन तिथि | 2015-06-26 |
डेवलपर | bensojona |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.intercom.io |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intercom Events", "description": "Intercom Events", "version": "0.0.1", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Intercom Events", "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |