Select and Dial
Select a phone number, right click and dial it.
Cos'è Select and Dial?
Select and Dial è un'estensione di Chrome sviluppata da Agentur Simon, e la sua funzione principale è "Select a phone number, right click and dial it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Select and Dial
Scarica i file di estensione Select and Dial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
| URL Ufficiale | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
| Descrizione | Select a phone number, right click and dial it. |
| Dimensione del File | 12.41 KB |
| Conteggio Installazioni | 1,195 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2016-09-06 |
| Data di Pubblicazione | 2016-09-06 |
| Valutazione | 3.33/5 Totale 6 Valutazioni |
| Sviluppatore | Agentur Simon |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/SimonWpt/chrome.ext.phone |
| Lingue Supportate | 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"
} | |