Polycom caller

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

Cos'è Polycom caller?

Polycom caller è un'estensione di Chrome sviluppata da igor.kanel, e la sua funzione principale è "Select a phone number on the webpage and place a call on your polycom phone.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Polycom caller

Scarica i file di estensione Polycom caller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Polycom caller Polycom caller
ID pjddihjmgkbgjgclolndbdleeehmgakg
URL Ufficiale https://chromewebstore.google.com/detail/polycom-caller/pjddihjmgkbgjgclolndbdleeehmgakg
Descrizione Select a phone number on the webpage and place a call on your polycom phone.
Dimensione del File 36.64 KB
Conteggio Installazioni 73
Versione Corrente 1.0
Ultimo Aggiornamento 2020-11-21
Data di Pubblicazione 2020-11-20
Sviluppatore igor.kanel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}