Mezz-In Screenshare
Enables screen sharing to Mezzanine for Mezz-In participants
Co je Mezz-In Screenshare?
Mezz-In Screenshare je rozšíření Chrome vyvinuté oblong.bcn.mobile, a jeho hlavní funkcí je „Enables screen sharing to Mezzanine for Mezz-In participants“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mezz-In Screenshare
Stáhněte si soubory rozšíření Mezz-In Screenshare 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í
This Chrome extension enables users of the Mezz-In web application to share their screen during a Mezzanine session. The first time a user shares their screen, they will be prompted to permit use of this extension.
Základní Informace o Rozšíření
Název | |
ID | hgjndgfhddfmgcgicplcmmohkdjdifbb |
Oficiální URL | https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb |
Popis | Enables screen sharing to Mezzanine for Mezz-In participants |
Velikost souboru | 45.28 KB |
Počet instalací | 100 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2017-05-17 |
Datum Vydání | 2017-05-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | oblong.bcn.mobile |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Enables screen sharing to Mezzanine for Mezz-In participants", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Mezz-In Screenshare", "options_page": "options.html", "permissions": [ "desktopCapture", "https:\/\/*\/*", "storage", "tabs" ], "version": "0.0.1" } |