Evatel WebPhone
WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.
Evatel WebPhoneคืออะไร?
Evatel WebPhone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.speechmobility.com และคุณลักษณะหลักของมันคือ "WebPhone to dial phone numbers on your browser using the Evatel cloud business phone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evatel WebPhone
ดาวน์โหลดไฟล์ส่วนขยาย Evatel WebPhone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Evatel WebPhone is an Evatel business phone extension on the Web. Phone numbers displayed on your browser are automatically linked to the Evatel WebPhone for one-click dialing and texting. All WebPhone communications are centralized with your other business calls and text messages for easy follow-up and tracking.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jomjhnjbmbjdkonmhhobinfbeilcoefc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/evatel-webphone/jomjhnjbmbjdkonmhhobinfbeilcoefc |
คำอธิบาย | WebPhone to dial phone numbers on your browser using the Evatel cloud business phone. |
ขนาดไฟล์ | 72.19 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 2.11 |
อัปเดตครั้งล่าสุด | 2017-10-19 |
วันที่เผยแพร่ | 2017-10-19 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://www.speechmobility.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.speechmobility.com |
URL หน้าช่วยเหลือ | http://support.speechmobility.com |
URL หน้านโยบายความเป็นส่วนตัว | https://support.speechmobility.com/index.php/en/security-and-privacy |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "short_name": "Evatel WebPhone", "version": "2.11", "default_locale": "en", "homepage_url": "https:\/\/www.speechmobility.com", "icons": { "128": "icons\/128x128-icon.png", "96": "icons\/96x96-icon.png", "48": "icons\/48x48-icon.png", "32": "icons\/32x32-icon.png", "16": "icons\/16x16-icon.png" }, "background": { "scripts": [ "lib\/webextensions\/browser-polyfill.js", "background_scripts\/background.js" ] }, "browser_action": { "default_icon": "icons\/32x32-icon.png", "default_title": "__MSG_extensionDescription__" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/jquery\/jquery-2.2.4.min.js", "lib\/webextensions\/browser-polyfill.js", "js\/eva-constants.js", "js\/corlib.js", "js\/web.utils.js", "content_scripts\/webextension.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |