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
电子邮箱 [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"
    ]
}