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
擴展基本資訊
名稱 | Select and Dial |
ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
官方網址 | 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" } |