Switchvox Dial

Call phone numbers on a webpage using Switchvox.

¿Qué es Switchvox Dial?

Switchvox Dial es una extensión de Chrome desarrollada por Switchvox, y su función principal es "Call phone numbers on a webpage using Switchvox.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Switchvox Dial

Descarga archivos de extensión Switchvox 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

                        A Switchvox Business Phone System is required. The extension lets you dial any phone number with three simple steps: select the phone number, right-click, and choose dial. And you can redial, even after you leave the webpage.                    

Información Básica de la Extensión

Nombre Switchvox Dial Switchvox Dial
ID maccjkeijombhmhohimpldgplfdgfiig
URL Oficial https://chromewebstore.google.com/detail/switchvox-dial/maccjkeijombhmhohimpldgplfdgfiig
Descripción Call phone numbers on a webpage using Switchvox.
Tamaño del Archivo 476 KB
Cantidad de Instalaciones 634
Versión Actual 3.0.3
Última Actualización 2022-07-20
Fecha de Publicación 2022-07-19
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador Switchvox
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.sangoma.com/business-phone-systems/features/click-to-dial/
URL de la Página de Ayuda https://help.sangoma.com/community/s/article/How-do-I-use-Switchvox-Dial
URL de la Página de Política de Privacidad https://www.sangoma.com/wp-content/uploads/Privacy-Policy.pdf
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switchvox Dial",
    "version": "3.0.3",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "description": "Call phone numbers on a webpage using Switchvox.",
    "homepage_url": "http:\/\/www1.digium.com\/en\/products\/switchvox\/features\/switchvox-apps",
    "options_ui": {
        "page": "static\/html\/options.html",
        "browser_style": true
    },
    "icons": {
        "16": "static\/images\/switchboard_extension_icon_16.png",
        "32": "static\/images\/switchboard_extension_icon_32.png",
        "48": "static\/images\/switchboard_extension_icon_48.png",
        "128": "static\/images\/switchboard_extension_icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "css": [
                "static\/content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "action": {
        "default_icon": "static\/images\/switchboard_extension_icon_32.png",
        "default_popup": "static\/html\/popup.html",
        "browser_style": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}