Growl Voice for Gmail

Allows external apps to handle the 'tel:' protocol instead of G-mail

What is Growl Voice for Gmail?

Growl Voice for Gmail is a Chrome extension developed by Get on Social, and its main feature is "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Extension Screenshots

screenshot
screenshot

Download Growl Voice for Gmail Extension CRX File

Download Growl Voice for Gmail 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

                        Allows external apps to handle the 'tel:' protocol instead of G-mail. You can use Growl Voice, Skype, or any any application / program outside of Gmail. Gmail normally handles phone numbers internally, this extension changes that behavior.                    

Extension Basic Information

Name Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
Official URL https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Description Allows external apps to handle the 'tel:' protocol instead of G-mail
File Size 16.11 KB
Installation Count 173
Current Version 1.3
Last Updated 2013-12-08
Publish Date 2013-12-08
Rating 4.33/5 Total 3 Ratings
Developer Get on Social
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.getonsocial.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Growl Voice for Gmail",
    "version": "1.3",
    "description": "Allows external apps to handle the 'tel:' protocol instead of G-mail",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background-ck.js"
        ]
    },
    "icons": {
        "128": "voice-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/_\/scs\/mail-static*"
            ],
            "js": [
                "myscript-ck.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}