Mitel Connect Web Dialer
Converts web page phone numbers to dialable links
ما هو Mitel Connect Web Dialer؟
Mitel Connect Web Dialer هو إضافة Chrome تم تطويرها بواسطة Mitel، والميزة الرئيسية لها هي "Converts web page phone numbers to dialable links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mitel Connect Web Dialer
قم بتنزيل ملفات الامتداد Mitel Connect Web Dialer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Mitel Connect Web Dialer allows a Mitel Connect user to dial phone numbers appearing on a web page with a single click.
معلومات أساسية عن التمديد
الاسم | Mitel Connect Web Dialer |
ID | hkciiohohfimeecpjoidoipjpalbabld |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mitel-connect-web-dialer/hkciiohohfimeecpjoidoipjpalbabld |
الوصف | Converts web page phone numbers to dialable links |
حجم الملف | 399 KB |
عدد التثبيتات | 6,075 |
النسخة الحالية | 1.0.18 |
آخر تحديث | 2021-08-09 |
تاريخ النشر | 2019-03-31 |
تقييم | 3.83/5 مجموع تقييمات 12 |
المطور | Mitel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.mitel.com |
عنوان صفحة المساعدة | https://www.mitel.com/mitel-technical-support |
عنوان صفحة سياسة الخصوصية | https://chromeextension.globalauth.mitelcloud.com/privacy_wd.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mitel Connect Web Dialer", "short_name": "STConnectWebDialer", "version": "1.0.18", "author": "Mitel", "manifest_version": 2, "description": "Converts web page phone numbers to dialable links", "browser_action": { "default_icon": "img\/mitelLogo-48.png", "default_popup": "popup.html", "default_title": "Mitel Connect Web Dialer" }, "icons": { "16": "img\/mitelLogo-16.png", "48": "img\/mitelLogo-48.png", "128": "img\/mitelLogo-128.png" }, "background": { "scripts": [ "js\/webdialerBG.js", "js\/json2.js" ] }, "options_page": "webDialerOptions.html", "options_ui": { "page": "webDialerOptions.html", "chrome_style": true }, "content_scripts": [ { "matches": [ " |