CRM Integrator for hosted telephony

Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.

Cos'è CRM Integrator for hosted telephony?

CRM Integrator for hosted telephony è un'estensione di Chrome sviluppata da Mondago Ltd, e la sua funzione principale è "Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CRM Integrator for hosted telephony

Scarica i file di estensione CRM Integrator for hosted telephony 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

                        Control and Monitor your Cisco BroadWorks telephone handset using your Chrome browser from a PC, Mac or Chromebook.
Integrate with popular CRM systems and control and monitor your hosted telephony handset using your Chrome browser from a PC, Mac or Chromebook. Get notified of new calls, including the caller's name, and quickly answer the call even when your browser is minimised.

Features include: 
Call control of our handset including answer, hang up, hold, transfer, pickup and make call Integration with many popular CRMs providing caller preview, contact popping, address book search and click to dial.

Call history, call settings, directory integration

The extension is designed for use with the Cisco BroadWorks hosted telephony platform.                    

Informazioni di Base sull'Estensione

Nome CRM Integrator for hosted telephony CRM Integrator for hosted telephony
ID cmldlhgkbcdnjfpckeeajjmnkjdfjlik
URL Ufficiale https://chromewebstore.google.com/detail/crm-integrator-for-hosted/cmldlhgkbcdnjfpckeeajjmnkjdfjlik
Descrizione Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.
Dimensione del File 4.3 MB
Conteggio Installazioni 2,741
Versione Corrente 1.1.10.7676
Ultimo Aggiornamento 2022-09-30
Data di Pubblicazione 2020-06-23
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Mondago Ltd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cara.gointegrator.com/
URL della Pagina di Aiuto https://www.gointegrator.com/page/17/123/uk
URL della Pagina della Politica sulla Privacy http://mondago.com/policies?privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CRM Integrator for hosted telephony",
    "description": "Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.",
    "version": "1.1.10.7676",
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "idle",
        "storage",
        "contextMenus",
        "identity"
    ],
    "optional_permissions": [
        "cookies",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "interface.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "browser_action": {
        "default_icon": "img\/states\/CircleGrey.png",
        "default_popup": "tray.html"
    },
    "oauth2": {
        "client_id": "278767860088-7gcjc2sevsqv5i8dh1c04833lit0a02b.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    }
}