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
Eメール [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
}