MiCloud Connect by Mitel
Gain Connect functionality through Google Chrome™
MiCloud Connect by Mitelคืออะไร?
MiCloud Connect by Mitel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mitel และคุณลักษณะหลักของมันคือ "Gain Connect functionality through Google Chrome™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MiCloud Connect by Mitel
ดาวน์โหลดไฟล์ส่วนขยาย MiCloud Connect by Mitel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MiCloud Connect for Chrome™ browser delivers a seamless unified communications experience between MiCloud Connect, Google Chrome and G Suite. Key benefits of the MiCloud Connect browser extension with G Suite integration include: • Easily search for contacts, view their presence and place a call from the Chrome web browser • Transfer calls directly or after speaking with a contact with blind and consultative options • Listen to voicemails and save or delete them • Quickly create and join MiCloud Connect events from Google calendar • Web conferencing notifications and quick join MiCloud Connect for Chrome is available only for MiCloud Connect customers in North America. The already existing Mitel Connect for Chrome will remain to serve MiCloud Connect customers in the UK, MiCloud Connect customers in Australia, and all MiVoice Connect customers worldwide. You must have an existing Mitel Connect Cloud account to use this extension. Don’t have an account? Contact us for more information. This extension can be used with or without a G Suite account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MiCloud Connect by Mitel |
ID | fepohihpoobnpbgnnndppkbmloaohhco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/micloud-connect-by-mitel/fepohihpoobnpbgnnndppkbmloaohhco |
คำอธิบาย | Gain Connect functionality through Google Chrome™ |
ขนาดไฟล์ | 2.39 MB |
จำนวนการติดตั้ง | 7,728 |
เวอร์ชันปัจจุบัน | 2.1.74.0 |
อัปเดตครั้งล่าสุด | 2023-02-21 |
วันที่เผยแพร่ | 2020-07-23 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Mitel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.mitel.com/en-ca/legal/mitel-application-privacy-policy/mitel-cloud-application-privacy-policy-en |
ภาษาที่รองรับ | de,en,fr,es,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ExtensionName__", "description": "__MSG_ExtensionDescription__", "version": "2.1.74.0", "author": "Mitel", "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png", "512": "images\/icons\/icon512.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icons\/icon19_disabled.png", "38": "images\/icons\/icon38_disabled.png" }, "default_popup": "foreground.html", "default_title": "Mitel: Not Connected" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/calendar\/render*", "*:\/\/*.google.com\/calendar\/b\/*\/render*", "*:\/\/*.google.com\/calendar\/a\/*\/render*" ], "run_at": "document_idle", "js": [ "gapi\/shoretel.js", "content\/stGCAL.js" ], "css": [ "content\/stGCAL.css" ] }, { "matches": [ "*:\/\/*.google.com\/calendar\/u\/*" ], "exclude_matches": [ "*:\/\/*.google.com\/calendar\/render*", "*:\/\/*.google.com\/calendar\/b\/*\/render*", "*:\/\/*.google.com\/calendar\/a\/*\/render*" ], "run_at": "document_idle", "js": [ "gapi\/shoretel.js", "content\/stGCALBis.js" ], "css": [ "content\/stGCALBis.css" ] }, { "matches": [ "*:\/\/*.google.com\/calendar\/r*", "*:\/\/*.google.com\/calendar\/b\/*\/r*", "*:\/\/*.google.com\/calendar\/a\/*\/r*" ], "exclude_matches": [ "*:\/\/*.google.com\/calendar\/render*", "*:\/\/*.google.com\/calendar\/b\/*\/render*", "*:\/\/*.google.com\/calendar\/a\/*\/render*" ], "run_at": "document_idle", "js": [ "gapi\/shoretel.js", "content\/stGCALBis.js" ], "css": [ "content\/stGCALBis.css" ] }, { "matches": [ " |