Snom Connector
Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks
什么是Snom Connector?
Snom Connector是由fabianpothe开发的Chrome扩展程序,该扩展的主要功能是“Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks”。
扩展截图
下载Snom Connector扩展crx文件
下载Snom Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | gdlafmkggjapchecdfepiggagpciokln |
官方URL | https://chrome.google.com/webstore/detail/snom-connector/gdlafmkggjapchecdfepiggagpciokln |
简介 | Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks |
文件大小 | 267 KB |
安装次数 | 114 |
当前版本 | 0.5.1.0 |
更新时间 | 2015-06-27 |
上架时间 | 2015-06-27 |
评分 | 4.00/5 共2次评分 |
开发者 | fabianpothe |
付费类型 | free |
扩展官网 | https://github.com/fabianpothe/Snom-Connector |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snom Connector", "description": "Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks", "version": "0.5.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "css": [ "crm.css" ], "js": [ "jquery-2.1.4.min.js", "background.js", "crm.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", " |