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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}