Growl Voice for Gmail

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

Cos'è Growl Voice for Gmail?

Growl Voice for Gmail è un'estensione di Chrome sviluppata da Get on Social, e la sua funzione principale è "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Growl Voice for Gmail

Scarica i file di estensione Growl Voice for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
URL Ufficiale https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Descrizione Allows external apps to handle the 'tel:' protocol instead of G-mail
Dimensione del File 16.11 KB
Conteggio Installazioni 173
Versione Corrente 1.3
Ultimo Aggiornamento 2013-12-08
Data di Pubblicazione 2013-12-08
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Get on Social
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.getonsocial.com/privacy
Lingue Supportate 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
}