Intercom Gmail Integration

See your Intercom customer profile right inside your Gmail.

Intercom Gmail Integration क्या है?

Intercom Gmail Integration https://www.socialexponent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See your Intercom customer profile right inside your Gmail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Intercom Gmail Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}