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開發的Chrome擴展程式,該擴展的主要功能是“Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載CRM Integrator for hosted telephony擴展crx文件

下載CRM Integrator for hosted telephony擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}