Select and Dial

Select a phone number, right click and dial it.

¿Qué es Select and Dial?

Select and Dial es una extensión de Chrome desarrollada por Agentur Simon, y su función principal es "Select a phone number, right click and dial it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Select and Dial

Descarga archivos de extensión Select and Dial en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Select and Dial Select and Dial
ID bblggkmgbdcnbgdjjggjegdddhmklcpg
URL Oficial https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg
Descripción Select a phone number, right click and dial it.
Tamaño del Archivo 12.41 KB
Cantidad de Instalaciones 1,195
Versión Actual 0.1.1
Última Actualización 2016-09-06
Fecha de Publicación 2016-09-06
Calificación 3.33/5 Total de 6 Calificaciones
Desarrollador Agentur Simon
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/SimonWpt/chrome.ext.phone
Idiomas Soportados 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"
}