BroadCloud AU Dialer for Google Chrome™

A Google Chrome™ extension that provides BroadCloud telephony integration.

O que é BroadCloud AU Dialer for Google Chrome™?

BroadCloud AU Dialer for Google Chrome™ é uma extensão do Chrome desenvolvida por bcpbxgoogledev, e sua principal característica é "A Google Chrome™ extension that provides BroadCloud telephony integration.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BroadCloud AU Dialer for Google Chrome™

Baixe arquivos de extensão BroadCloud AU Dialer for Google Chrome™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The AU BroadCloud 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. 
****************************** 

AU* BroadCloud Chrome Dialer Functionality includes:

• 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

*This application will only work with the AU BroadCloud environment.

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

Informações Básicas da Extensão

Nome BroadCloud AU Dialer for Google Chrome™ BroadCloud AU Dialer for Google Chrome™
ID hkfkoigoplnkpofeigbpmfidmmapcnkl
URL Oficial https://chrome.google.com/webstore/detail/broadcloud-au-dialer-for/hkfkoigoplnkpofeigbpmfidmmapcnkl
Descrição A Google Chrome™ extension that provides BroadCloud telephony integration.
Tamanho do Arquivo 251 KB
Contagem de Instalações 52
Versão Atual 1.6.1.3
Última Atualização 2016-05-06
Data de Publicação 2016-05-06
Desenvolvedor bcpbxgoogledev
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/popup_icon.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 BroadCloud telephony integration.",
    "icons": {
        "128": "images\/icon_128x128.png",
        "16": "images\/icon_16x16.png",
        "48": "images\/icon_48x48.png"
    },
    "manifest_version": 2,
    "name": "BroadCloud AU Dialer for Google Chrome\u2122",
    "oauth2": {
        "client_id": "306006362859-rnhve9ibgbcji19a5ifor0nqgaldn1o7.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 AU Dialer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1.3",
    "web_accessible_resources": [
        "images\/click2dial.png",
        "injected.js"
    ]
}