IceWarp Screen Sharing
This extension allows you to share your screen to other users in the IceWarp WebClient.
IceWarp Screen Sharingคืออะไร?
IceWarp Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://icewarp.com และคุณลักษณะหลักของมันคือ "This extension allows you to share your screen to other users in the IceWarp WebClient."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IceWarp Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย IceWarp Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
IceWarp WebClient is an all-in-one hub for your messaging communications, whether email, instant messaging, voice, online conferencing, document management, and more. Accessible from your desktop or on-the-go, you are truly able to access everything you need during your workday while never leaving the IceWarp interface.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IceWarp Screen Sharing |
ID | gpeicpibkllbejpnminnmecpjedmhhdg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg |
คำอธิบาย | This extension allows you to share your screen to other users in the IceWarp WebClient. |
ขนาดไฟล์ | 9.67 KB |
จำนวนการติดตั้ง | 537 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2014-10-14 |
วันที่เผยแพร่ | 2014-10-14 |
คะแนน | 4.94/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | https://icewarp.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IceWarp Screen Sharing", "author": "Martin Ekblom", "version": "1.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen to other users in the IceWarp WebClient.", "homepage_url": "http:\/\/www.icewarp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.icewarp.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.icewarp.com\/*" ] }, "icons": { "16": "icon16.png", "48": "icon.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png", "icon16.png", "icon128.png" ] } |