InterVu Screen Share
Capture full-screen or specific application's screen of InterVu app
Co je InterVu Screen Share?
InterVu Screen Share je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Capture full-screen or specific application's screen of InterVu app“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření InterVu Screen Share
Stáhněte si soubory rozšíření InterVu Screen Share 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í
Enable screen sharing on intervunow.com
Základní Informace o Rozšíření
Název | |
ID | nmlfljhfllkeeladifnjcncdinampckd |
Oficiální URL | https://chromewebstore.google.com/detail/intervu-screen-share/nmlfljhfllkeeladifnjcncdinampckd |
Popis | Capture full-screen or specific application's screen of InterVu app |
Velikost souboru | 5.13 KB |
Počet instalací | 26 |
Aktuální Verze | 1.5.3 |
Poslední Aktualizace | 2020-05-04 |
Datum Vydání | 2020-05-04 |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InterVu Screen Share", "author": "FocusVision", "version": "1.5.3", "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen of InterVu app", "externally_connectable": { "matches": [ "*:\/\/intervunow.com\/*" ] }, "permissions": [ "desktopCapture", "tabs", "*:\/\/intervunow.com\/*" ], "background": { "scripts": [ "env.js", "background.js" ] }, "icons": { "48": "images\/icon-48.png" } } |