Select and Dial

Select a phone number, right click and dial it.

Select and Dialとは何ですか?

Select and DialはAgentur Simonによって開発されたChromeの拡張機能で、その主な機能は「Select a phone number, right click and dial it.」です。

拡張機能のスクリーンショット

screenshot

Select and Dial拡張機能のCRXファイルをダウンロード

Select and Dial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Small chrome extension, to select a number and dial it through a url-handler like tel:// or sip://

I wrote it for procall one, to use their phone:// - handler.

Source: https://github.com/SimonWpt/chrome.ext.phone                    

拡張機能の基本情報

名前 Select and Dial Select and Dial
ID bblggkmgbdcnbgdjjggjegdddhmklcpg
公式URL https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg
説明 Select a phone number, right click and dial it.
ファイルサイズ 12.41 KB
インストール数 1,195
現在のバージョン 0.1.1
最終更新日 2016-09-06
公開日 2016-09-06
評価 3.33/5 合計 6 レビュー
開発者 Agentur Simon
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/SimonWpt/chrome.ext.phone
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "description": "Select a phone number, right click and dial it.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "64": "64.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "name": "Select and Dial",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "0.1.1"
}