BroadCloud Dialer for Google Chrome™

A Google Chrome™ extension that provides BroadWorks telephony integration.

BroadCloud Dialer for Google Chrome™とは何ですか?

BroadCloud Dialer for Google Chrome™はbcpbxgoogledevによって開発されたChromeの拡張機能で、その主な機能は「A Google Chrome™ extension that provides BroadWorks telephony integration.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

BroadCloud Dialer for Google Chrome™拡張機能のCRXファイルをダウンロード

BroadCloud Dialer for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        BroadCloud PBX Chrome Dialer is a reference extension built from the BroadSoft Xtended Open Source Initiative project located at https://github.com/broadsoftxtended/dialer-for-chrome.

******************************
Note: This reference extension is to be used as an example of some of the features that can be provided using BroadWorks Xtended APIs in a Google Chrome Extension to initiate and control calls. It will only work in conjunction with a service from a service provider. 
****************************** 

Functionality available in this reference extension include the following.

• Search Google contacts and BroadCloud PBX enterprise directory to initiate a click to dial

• View call logs and double-click to initiate a click to dial

• NEW: Call control buttons for hang up and hold of multiple calls

• Display a click to dial icon next to phone numbers on web pages

• BroadCloud PBX call settings control of Remote Office, Call Forwarding Always and Do Not Disturb

• Initiate a search and click to dial from the address bar by entering -call

• Receive incoming call notifications, with text to speech, with the ability to answer (using an auto answer provisioned endpoint/device) or decline

• Preferences to disable click to call on web pages, call notifications and text to speech





Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

拡張機能の基本情報

名前 BroadCloud Dialer for Google Chrome™ BroadCloud Dialer for Google Chrome™
ID aamnhagimgokngbgkllljgopdnbecbpl
公式URL https://chrome.google.com/webstore/detail/broadcloud-dialer-for-goo/aamnhagimgokngbgkllljgopdnbecbpl
説明 A Google Chrome™ extension that provides BroadWorks telephony integration.
ファイルサイズ 296 KB
インストール数 853
現在のバージョン 1.52
最終更新日 2015-06-17
公開日 2015-06-16
評価 3.00/5 合計 1 レビュー
開発者 bcpbxgoogledev
支払い方法 free
対応言語 en-US
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/call_16x16.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "injected.css",
                "jquery-ui.css"
            ],
            "js": [
                "jquery.js",
                "jquery.base64.js",
                "contentscript.js",
                "xsiactions.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "A Google Chrome\u2122 extension that provides BroadWorks telephony integration.",
    "icons": {
        "128": "images\/call_128x128.png",
        "16": "images\/call_16x16.png",
        "48": "images\/call_48x48.png"
    },
    "manifest_version": 2,
    "name": "BroadCloud Dialer for Google Chrome\u2122",
    "oauth2": {
        "client_id": "306006362859-pcdaqps4e503mefk01rusr6bjb8iqfcs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.google.com\/m8\/feeds\/"
        ]
    },
    "omnibox": {
        "keyword": "-call"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tts",
        "identity"
    ],
    "short_name": "BroadCloud Dialer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.52",
    "web_accessible_resources": [
        "images\/click2dial.png",
        "injected.js"
    ]
}