Intercom Events
Intercom Events
什麼是Intercom Events?
Intercom Events是由bensojona開發的Chrome擴展程式,該擴展的主要功能是“Intercom Events”。
擴展截圖
下載Intercom Events擴展crx文件
下載Intercom Events擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |