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ファイルをダウンロード

Intercom Gmail Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}