Select and Dial
Select a phone number, right click and dial it.
Wat is Select and Dial?
Select and Dial is een Chrome-extensie ontwikkeld door Agentur Simon, en de belangrijkste functie is "Select a phone number, right click and dial it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Select and Dial
Download Select and Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
| Officiële URL | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
| Beschrijving | Select a phone number, right click and dial it. |
| Bestandsgrootte | 12.41 KB |
| Aantal Installaties | 1,195 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2016-09-06 |
| Publicatiedatum | 2016-09-06 |
| Beoordeling | 3.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Agentur Simon |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/SimonWpt/chrome.ext.phone |
| Ondersteunde Talen | 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"
} | |