Growl Voice for Gmail

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

Was ist Growl Voice for Gmail?

Growl Voice for Gmail ist eine Chrome-Erweiterung, die von Get on Social entwickelt wurde, und ihr Hauptmerkmal ist "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Erweiterungsscreenshots

screenshot
screenshot

Growl Voice for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Growl Voice for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
Offizielle URL https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Beschreibung Allows external apps to handle the 'tel:' protocol instead of G-mail
Dateigröße 16.11 KB
Installationsanzahl 173
Aktuelle Version 1.3
Letztes Update 2013-12-08
Veröffentlichungsdatum 2013-12-08
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Get on Social
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.getonsocial.com/privacy
Unterstützte Sprachen 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
}