Intercom Gmail Integration

See your Intercom customer profile right inside your Gmail.

Intercom Gmail Integration là gì?

Intercom Gmail Integration là một tiện ích mở rộng Chrome được phát triển bởi https://www.socialexponent.com, và tính năng chính của nó là "See your Intercom customer profile right inside your Gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Intercom Gmail Integration

Tải xuống các tệp mở rộng Intercom Gmail Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Intercom Gmail Integration Intercom Gmail Integration
ID kbdhmibgmfndcbpfgfoadpbnfbcccpgn
URL Chính Thức https://chromewebstore.google.com/detail/intercom-gmail-integratio/kbdhmibgmfndcbpfgfoadpbnfbcccpgn
Mô tả See your Intercom customer profile right inside your Gmail.
Kích Thước Tệp 535 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-03-01
Ngày Phát Hành 2016-02-29
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.socialexponent.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}