Intercom Events

Intercom Events

Intercom Events란 무엇입니까?

Intercom Events은(는) bensojona에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Intercom Events"입니다.

확장 프로그램 스크린샷

screenshot

Intercom Events 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}