Select and Dial
Select a phone number, right click and dial it.
What is Select and Dial?
Select and Dial is a Chrome extension developed by Agentur Simon, and its main feature is "Select a phone number, right click and dial it.".
Extension Screenshots
Download Select and Dial Extension CRX File
Download Select and Dial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Select and Dial |
ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
Official URL | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
Description | Select a phone number, right click and dial it. |
File Size | 12.41 KB |
Installation Count | 1,195 |
Current Version | 0.1.1 |
Last Updated | 2016-09-06 |
Publish Date | 2016-09-06 |
Rating | 3.33/5 Total 6 Ratings |
Developer | Agentur Simon |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SimonWpt/chrome.ext.phone |
Supported Languages | 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" } |