IceWarp Screen Sharing
This extension allows you to share your screen to other users in the IceWarp WebClient.
Co je IceWarp Screen Sharing?
IceWarp Screen Sharing je rozšíření Chrome vyvinuté https://icewarp.com, a jeho hlavní funkcí je „This extension allows you to share your screen to other users in the IceWarp WebClient.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IceWarp Screen Sharing
Stáhněte si soubory rozšíření IceWarp Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | IceWarp Screen Sharing |
ID | gpeicpibkllbejpnminnmecpjedmhhdg |
Oficiální URL | https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg |
Popis | This extension allows you to share your screen to other users in the IceWarp WebClient. |
Velikost souboru | 9.67 KB |
Počet instalací | 537 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2014-10-14 |
Datum Vydání | 2014-10-14 |
Hodnocení | 4.94/5 Celkem 32 Hodnocení |
Vývojář | https://icewarp.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } |