CRM Integrator for hosted telephony

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

CRM Integrator for hosted telephony क्या है?

CRM Integrator for hosted telephony Mondago Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CRM Integrator for hosted telephony एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CRM Integrator for hosted telephony CRM Integrator for hosted telephony
ID cmldlhgkbcdnjfpckeeajjmnkjdfjlik
आधिकारिक URL https://chromewebstore.google.com/detail/crm-integrator-for-hosted/cmldlhgkbcdnjfpckeeajjmnkjdfjlik
विवरण Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.
फ़ाइल का आकार 4.3 MB
स्थापना संख्या 2,741
वर्तमान संस्करण 1.1.10.7676
अंतिम अपडेट 2022-09-30
प्रकाशन तिथि 2020-06-23
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर Mondago Ltd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cara.gointegrator.com/
सहायता पृष्ठ URL https://www.gointegrator.com/page/17/123/uk
गोपनीयता नीति पृष्ठ URL http://mondago.com/policies?privacy-policy
समर्थित भाषाएँ 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"
        ]
    }
}