ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
Co je ConexED Screen Sharing?
ConexED Screen Sharing je rozšíření Chrome vyvinuté https://conexed.com, a jeho hlavní funkcí je „Chrome screen sharing extension for the ConexED platform“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ConexED Screen Sharing
Stáhněte si soubory rozšíření ConexED 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í
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
Základní Informace o Rozšíření
Název | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
Oficiální URL | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
Popis | Chrome screen sharing extension for the ConexED platform |
Velikost souboru | 15.6 KB |
Počet instalací | 20,000 |
Aktuální Verze | 1.7.3 |
Poslední Aktualizace | 2018-09-26 |
Datum Vydání | 2018-09-26 |
Hodnocení | 4.00/5 Celkem 10 Hodnocení |
Vývojář | https://conexed.com |
Typ Platby | free |
Webové stránky Rozšíření | https://conexed.com |
URL Stránky Nápovědy | https://blog.conexed.com/help-center/ |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |