Select and Dial
Select a phone number, right click and dial it.
Qu'est-ce que Select and Dial ?
Select and Dial est une extension Chrome développée par Agentur Simon, et sa fonction principale est "Select a phone number, right click and dial it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Select and Dial
Téléchargez les fichiers d'extension Select and Dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Select and Dial |
ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
URL Officiel | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
Description | Select a phone number, right click and dial it. |
Taille du Fichier | 12.41 KB |
Nombre d'Installations | 1,195 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2016-09-06 |
Date de Publication | 2016-09-06 |
Évaluation | 3.33/5 Total 6 Évaluations |
Développeur | Agentur Simon |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/SimonWpt/chrome.ext.phone |
Langues Prises en Charge | 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" } |