Growl Voice for Gmail

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

Wat is Growl Voice for Gmail?

Growl Voice for Gmail is een Chrome-extensie ontwikkeld door Get on Social, en de belangrijkste functie is "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Growl Voice for Gmail

Download Growl Voice for Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
Officiële URL https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Beschrijving Allows external apps to handle the 'tel:' protocol instead of G-mail
Bestandsgrootte 16.11 KB
Aantal Installaties 173
Huidige Versie 1.3
Laatst Bijgewerkt 2013-12-08
Publicatiedatum 2013-12-08
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Get on Social
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.getonsocial.com/privacy
Ondersteunde Talen 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
}