Contacts for Google Inbox

Makes recipients link to their contact page.

What is Contacts for Google Inbox?

Contacts for Google Inbox is a Chrome extension developed by Adrien Joly, and its main feature is "Makes recipients link to their contact page.".

Extension Screenshots

screenshot
screenshot

Download Contacts for Google Inbox Extension CRX File

Download Contacts for Google Inbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click on a recipient, it brings you to its Google Contact page!

Change log:

== v0.4.4: make recipients also clickable                    

Extension Basic Information

Name Contacts for Google Inbox Contacts for Google Inbox
ID onifklcfhbdjpkejffijcejbgoipcdmk
Official URL https://chromewebstore.google.com/detail/contacts-for-google-inbox/onifklcfhbdjpkejffijcejbgoipcdmk
Description Makes recipients link to their contact page.
File Size 38.64 KB
Installation Count 194
Current Version 0.4.4
Last Updated 2017-05-24
Publish Date 2017-05-24
Rating 3.00/5 Total 2 Ratings
Developer Adrien Joly
Email [email protected]
Payment Type free
Extension Website https://github.com/adrienjoly/chrome-contacts-for-google-inbox
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contacts for Google Inbox",
    "description": "Makes recipients link to their contact page.",
    "version": "0.4.4",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "identity",
        "https:\/\/inbox.google.com\/"
    ],
    "oauth2": {
        "client_id": "847367303310-3836c14jv14a6b7n78c5uc6o8na8nvfc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.google.com\/m8\/feeds"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAohonuT5+NP+H4o7YXAH7ZhsjVRqJUoJ\/aHrUgjeNoCMGhZm3OqcSUF4ksAHlIk7elpxP5VUSn1xt3AGMna41Ibn5z5mg53HKnAGFeFAxVHjrHkV4SYsHQw03jKawV6xiTN4f5C+XpI\/bsJN70MVl9WTiWwftrwdjukYkl4kx21rluiJPaICR+xIQrv0N9vAoZ4vP9i5wAYx7nGTcaNKtjInyzh4D4m00qzOD0UAElb1B8axGE9XS1pHgzhqVrhnDUzwuFoTPOq6RYLjPLzzkqIHU95HC7Hhp4N3xEsfSW1MEwUo2E\/aZjs9xWTQcMWbaquiEFfEG6d+XYlNnCIoF+wIDAQAB",
    "manifest_version": 2
}