Growl Voice for Gmail

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

Hvad er Growl Voice for Gmail?

Growl Voice for Gmail er en Chrome-udvidelse udviklet af Get on Social, og dens hovedfunktion er "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Growl Voice for Gmail-udvidelses-CRX-fil

Download Growl Voice for Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
Officiel URL https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Beskrivelse Allows external apps to handle the 'tel:' protocol instead of G-mail
Filstørrelse 16.11 KB
Antal Installationer 173
Nuværende Version 1.3
Senest Opdateret 2013-12-08
Udgivelsesdato 2013-12-08
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler Get on Social
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.getonsocial.com/privacy
Understøttede Sprog 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
}