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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}