Polycom caller
Select a phone number on the webpage and place a call on your polycom phone.
Was ist Polycom caller?
Polycom caller ist eine Chrome-Erweiterung, die von igor.kanel entwickelt wurde, und ihr Hauptmerkmal ist "Select a phone number on the webpage and place a call on your polycom phone.".
Erweiterungsscreenshots
Polycom caller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polycom caller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pjddihjmgkbgjgclolndbdleeehmgakg |
Offizielle URL | https://chromewebstore.google.com/detail/polycom-caller/pjddihjmgkbgjgclolndbdleeehmgakg |
Beschreibung | Select a phone number on the webpage and place a call on your polycom phone. |
Dateigröße | 36.64 KB |
Installationsanzahl | 73 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-11-21 |
Veröffentlichungsdatum | 2020-11-20 |
Entwickler | igor.kanel |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |