ZeXtras companion Extension
This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
ZeXtras companion Extensionคืออะไร?
ZeXtras companion Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zextras.com และคุณลักษณะหลักของมันคือ "This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZeXtras companion Extension
ดาวน์โหลดไฟล์ส่วนขยาย ZeXtras companion Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ZeXtras companion Extension |
ID | eiichpepijkdkmeblleomnppnmiinfkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zextras-companion-extensi/eiichpepijkdkmeblleomnppnmiinfkp |
คำอธิบาย | This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras. |
ขนาดไฟล์ | 7.8 KB |
จำนวนการติดตั้ง | 880 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-10-06 |
วันที่เผยแพร่ | 2017-10-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://zextras.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.zextras.com/suite/chat/ |
URL หน้าช่วยเหลือ | https://www.zextras.com/support/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZeXtras companion Extension", "author": "ZeXtras", "version": "1.0", "minimum_chrome_version": "34", "description": "", "homepage_url": "https:\/\/www.zextras.com\/suite\/", "background": { "scripts": [ "background-script.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |