Intercom Gmail Integration

See your Intercom customer profile right inside your Gmail.

Intercom Gmail Integration란 무엇입니까?

Intercom Gmail Integration은(는) https://www.socialexponent.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See your Intercom customer profile right inside your Gmail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This chrome extension is a super easy way to integrate Intercom (www.intercom.io) into your Gmail. After installation you will be able to see the data from your Intercom customers right inside your Gmail. Data such as location, company name, monthly spending, tags, social profiles, your notes, etc. is pulled for each customer from your Intercom account. 

The benefit of this extension is that when you open an email in Gmail sent by a customer, you can see the customer profile on the right panel next to the email. This extension has functionalities similar to Rapportive for LinkedIn in showing user profiles. 

After installation, you must first set your Intercom API credentials (App ID and API Key) in the settings. You can find these informations by going to your Intercom account; then go to "Integrations"; and then go to "API Keys".  

Requirements: You need to have an Intercom and Gmail account.                    

확장 프로그램 기본 정보

이름 Intercom Gmail Integration Intercom Gmail Integration
ID kbdhmibgmfndcbpfgfoadpbnfbcccpgn
공식 URL https://chromewebstore.google.com/detail/intercom-gmail-integratio/kbdhmibgmfndcbpfgfoadpbnfbcccpgn
설명 See your Intercom customer profile right inside your Gmail.
파일 크기 535 KB
설치 횟수 75
현재 버전 1.1
최근 업데이트 2016-03-01
출시 날짜 2016-02-29
평점 3.67/5 총 3 개의 평점
개발자 https://www.socialexponent.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "name": "Intercom Gmail Integration",
    "description": "See your Intercom customer profile right inside your Gmail.",
    "icons": {
        "128": "images\/icons\/128.png",
        "48": "images\/icons\/48.png",
        "16": "images\/icons\/16.png"
    },
    "author": "SocialExponent.com",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "css\/intercom-gmail.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "42.0.2311.135",
    "options_page": "forms\/options.html",
    "browser_action": {
        "default_icon": "images\/icons\/32.png",
        "default_title": "Intercom Gmail Extension click for details"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "images\/*",
        "forms\/intercom-gmail.html",
        "forms\/options.html"
    ]
}