Polycom caller
Select a phone number on the webpage and place a call on your polycom phone.
Wat is Polycom caller?
Polycom caller is een Chrome-extensie ontwikkeld door igor.kanel, en de belangrijkste functie is "Select a phone number on the webpage and place a call on your polycom phone.".
Extensie Screenshots
Download het CRX-bestand van de extensie Polycom caller
Download Polycom caller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pjddihjmgkbgjgclolndbdleeehmgakg |
Officiële URL | https://chromewebstore.google.com/detail/polycom-caller/pjddihjmgkbgjgclolndbdleeehmgakg |
Beschrijving | Select a phone number on the webpage and place a call on your polycom phone. |
Bestandsgrootte | 36.64 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-21 |
Publicatiedatum | 2020-11-20 |
Ontwikkelaar | igor.kanel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |