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
官方網址 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
電子郵箱 [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"
    ]
}