Growl Voice for Gmail

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

Qu'est-ce que Growl Voice for Gmail ?

Growl Voice for Gmail est une extension Chrome développée par Get on Social, et sa fonction principale est "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Growl Voice for Gmail

Téléchargez les fichiers d'extension Growl Voice for Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
URL Officiel https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Description Allows external apps to handle the 'tel:' protocol instead of G-mail
Taille du Fichier 16.11 KB
Nombre d'Installations 173
Version Actuelle 1.3
Dernière Mise à Jour 2013-12-08
Date de Publication 2013-12-08
Évaluation 4.33/5 Total 3 Évaluations
Développeur Get on Social
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.getonsocial.com/privacy
Langues Prises en Charge 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
}