Polycom caller
Select a phone number on the webpage and place a call on your polycom phone.
Polycom callerとは何ですか?
Polycom callerはigor.kanelによって開発されたChromeの拡張機能で、その主な機能は「Select a phone number on the webpage and place a call on your polycom phone.」です。
拡張機能のスクリーンショット
Polycom caller拡張機能のCRXファイルをダウンロード
Polycom caller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | pjddihjmgkbgjgclolndbdleeehmgakg |
公式URL | https://chromewebstore.google.com/detail/polycom-caller/pjddihjmgkbgjgclolndbdleeehmgakg |
説明 | Select a phone number on the webpage and place a call on your polycom phone. |
ファイルサイズ | 36.64 KB |
インストール数 | 73 |
現在のバージョン | 1.0 |
最終更新日 | 2020-11-21 |
公開日 | 2020-11-20 |
開発者 | igor.kanel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } } |