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
官方URL 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
}