Growl Voice for Gmail

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

Co to jest Growl Voice for Gmail?

Growl Voice for Gmail to rozszerzenie Chrome opracowane przez Get on Social, a jego główną funkcją jest „Allows external apps to handle the 'tel:' protocol instead of G-mail”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Growl Voice for Gmail

Pobierz pliki rozszerzeń Growl Voice for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
Oficjalny URL https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Opis Allows external apps to handle the 'tel:' protocol instead of G-mail
Rozmiar pliku 16.11 KB
Liczba instalacji 173
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2013-12-08
Data Publikacji 2013-12-08
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Get on Social
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.getonsocial.com/privacy
Obsługiwane Języki 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
}