Windsor Telecom Cloud Telephony Extension

Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.

¿Qué es Windsor Telecom Cloud Telephony Extension?

Windsor Telecom Cloud Telephony Extension es una extensión de Chrome desarrollada por https://www.windsor-telecom.co.uk, y su función principal es "Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Windsor Telecom Cloud Telephony Extension

Descarga archivos de extensión Windsor Telecom Cloud Telephony Extension 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

                        Dial or click-to-call any phone number from your Chrome browser.
 
With Windsor Telecom Cloud Telephony extension, go from browsing the web, to clicking on a phone number and dialling it directly from the website. No more hassle of misdialled numbers – dial it right the first time.
Alternatively, simply enter any phone number you need to dial and call it from your browser.
 
You’ll also be able to:
 
View your recent calls
Get notifications when someone is calling you
Integrate with your CRM to provide caller ID and screen popping                    

Información Básica de la Extensión

Nombre Windsor Telecom Cloud Telephony Extension Windsor Telecom Cloud Telephony Extension
ID egkmpibaellacohkhemkkaekjbhnkgda
URL Oficial https://chromewebstore.google.com/detail/windsor-telecom-cloud-tel/egkmpibaellacohkhemkkaekjbhnkgda
Descripción Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.
Tamaño del Archivo 2.07 MB
Cantidad de Instalaciones 70
Versión Actual 1.5.5
Última Actualización 2021-07-05
Fecha de Publicación 2020-07-20
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador https://www.windsor-telecom.co.uk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.windsor-telecom.co.uk
URL de la Página de Ayuda https://www.windsor-telecom.co.uk/contact-us/
URL de la Página de Política de Privacidad https://www.windsor-telecom.co.uk/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "homepage_url": "https:\/\/www.windsor-telecom.co.uk\/",
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extensionName__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/32.png",
        "80": "icons\/80.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/80.png",
        "call.html",
        "auth.html",
        "js\/call.js",
        "js\/chunk-vendors.js",
        "js\/chunk-common.js"
    ],
    "version": "1.5.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}