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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Polycom caller Polycom caller
ID pjddihjmgkbgjgclolndbdleeehmgakg
官方網址 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
電子郵箱 [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"
        ]
    }
}