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.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
} | |