Polycom caller

Select a phone number on the webpage and place a call on your polycom phone.

O que é Polycom caller?

Polycom caller é uma extensão do Chrome desenvolvida por igor.kanel, e sua principal característica é "Select a phone number on the webpage and place a call on your polycom phone.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Polycom caller

Baixe arquivos de extensão Polycom caller 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

                        A convenient Polycom phone integration: Select a number on a webpage and call from your Polycom phone. 
Prior to using this extension, you have to enable the push app on your phone. To do so - login into your Polycom Web Configuration Utility. Just type the phone IP address in your browser. 
The default admin password for the utility is 456. Go to the settings/applications/push, enable all push messages, specify username and password. 
Tested on Polycom soundpoint 450 but should work with other Polycom phones as well.
Please go to the extension options prior to use it.                    

Informações Básicas da Extensão

Nome Polycom caller Polycom caller
ID pjddihjmgkbgjgclolndbdleeehmgakg
URL Oficial https://chromewebstore.google.com/detail/polycom-caller/pjddihjmgkbgjgclolndbdleeehmgakg
Descrição Select a phone number on the webpage and place a call on your polycom phone.
Tamanho do Arquivo 36.64 KB
Contagem de Instalações 73
Versão Atual 1.0
Última Atualização 2020-11-21
Data de Publicação 2020-11-20
Desenvolvedor igor.kanel
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Polycom caller",
    "options_page": "options.html",
    "description": "Select a phone number on the webpage and place a call on your polycom phone.",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "polycom.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "md5.js",
            "digestAuthRequest.js",
            "common.js",
            "rightclick.js"
        ]
    }
}