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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://www.mitel.com/mitel-technical-support |
URL หน้านโยบายความเป็นส่วนตัว | 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": [ " |