Polycom caller

Select a phone number on the webpage and place a call on your polycom phone.

Polycom caller là gì?

Polycom caller là một tiện ích mở rộng Chrome được phát triển bởi igor.kanel, và tính năng chính của nó là "Select a phone number on the webpage and place a call on your polycom phone.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Polycom caller

Tải xuống các tệp mở rộng Polycom caller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Polycom caller Polycom caller
ID pjddihjmgkbgjgclolndbdleeehmgakg
URL Chính Thức https://chromewebstore.google.com/detail/polycom-caller/pjddihjmgkbgjgclolndbdleeehmgakg
Mô tả Select a phone number on the webpage and place a call on your polycom phone.
Kích Thước Tệp 36.64 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-11-21
Ngày Phát Hành 2020-11-20
Nhà Phát Triển igor.kanel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}