Growl Voice for Gmail

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

Apa itu Growl Voice for Gmail?

Growl Voice for Gmail adalah ekstensi Chrome yang dikembangkan oleh Get on Social, dan fitur utamanya adalah "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Growl Voice for Gmail

Unduh file ekstensi Growl Voice for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
URL Resmi https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Deskripsi Allows external apps to handle the 'tel:' protocol instead of G-mail
Ukuran File 16.11 KB
Jumlah Instalasi 173
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-12-08
Tanggal Publikasi 2013-12-08
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Get on Social
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.getonsocial.com/privacy
Bahasa yang Didukung 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
}