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
官方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
电子邮箱 [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"
        ]
    }
}