Click2Dial - Snom

Dial the selected number using your Snom phone.

Click2Dial - Snomとは何ですか?

Click2Dial - Snomはhttp://www.voicemailtel.comによって開発されたChromeの拡張機能で、その主な機能は「Dial the selected number using your Snom phone.」です。

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

screenshot

Click2Dial - Snom拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The Click2Dial Chrome extension designed by VoiceMailTel comes to the aid of all Snom VoIP phone users that want to increase their productivity.

All Snom devices that support URL commands can be set up with this product.

After installing the extension all highlighted phone numbers from web pages can be called by right-clicking the highlighted number and selecting the Dial option.                    

拡張機能の基本情報

名前 Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
公式URL https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
説明 Dial the selected number using your Snom phone.
ファイルサイズ 27.39 KB
インストール数 184
現在のバージョン 1.4.6
最終更新日 2015-11-18
公開日 2015-11-18
評価 5.00/5 合計 9 レビュー
開発者 http://www.voicemailtel.com
Eメール [email protected]
支払い方法 free
対応言語 en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "1.4.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/myscript.js"
            ],
            "css": [
                "css\/chrome_shared.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage"
    ]
}