Polycom caller
Select a phone number on the webpage and place a call on your polycom phone.
ما هو Polycom caller؟
Polycom caller هو إضافة Chrome تم تطويرها بواسطة igor.kanel، والميزة الرئيسية لها هي "Select a phone number on the webpage and place a call on your polycom phone.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Polycom caller
قم بتنزيل ملفات الامتداد Polycom caller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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" ] } } |