Growl Voice for Gmail

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

什麼是Growl Voice for Gmail?

Growl Voice for Gmail是由Get on Social開發的Chrome擴展程式,該擴展的主要功能是“Allows external apps to handle the 'tel:' protocol instead of G-mail”。

擴展截圖

screenshot
screenshot

下載Growl Voice for Gmail擴展crx文件

下載Growl Voice for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
官方網址 https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
簡介 Allows external apps to handle the 'tel:' protocol instead of G-mail
檔案大小 16.11 KB
安裝次數 173
目前版本 1.3
更新時間 2013-12-08
上架時間 2013-12-08
評分 4.33/5 共 3 次評分
開發者 Get on Social
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.getonsocial.com/privacy
支援的語言 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
}