IceWarp Screen Sharing
This extension allows you to share your screen to other users in the IceWarp WebClient.
Vad är IceWarp Screen Sharing?
IceWarp Screen Sharing är en Chrome-tillägg utvecklad av https://icewarp.com, och dess huvudfunktion är "This extension allows you to share your screen to other users in the IceWarp WebClient.".
Tilläggsskärmbilder
Ladda ner IceWarp Screen Sharing-förlängningens CRX-fil
Ladda ner IceWarp Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | IceWarp Screen Sharing |
ID | gpeicpibkllbejpnminnmecpjedmhhdg |
Officiell webbadress | https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg |
Beskrivning | This extension allows you to share your screen to other users in the IceWarp WebClient. |
Filstorlek | 9.67 KB |
Antal Installationer | 537 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2014-10-14 |
Publiceringsdatum | 2014-10-14 |
Betyg | 4.94/5 Totalt 32 Betyg |
Utvecklare | https://icewarp.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |