Polycom caller

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

Polycom caller क्या है?

Polycom caller igor.kanel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a phone number on the webpage and place a call on your polycom phone."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Polycom caller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}