Mezz-In Screenshare
Enables screen sharing to Mezzanine for Mezz-In participants
Cos'è Mezz-In Screenshare?
Mezz-In Screenshare è un'estensione di Chrome sviluppata da oblong.bcn.mobile, e la sua funzione principale è "Enables screen sharing to Mezzanine for Mezz-In participants".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mezz-In Screenshare
Scarica i file di estensione Mezz-In Screenshare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Mezz-In Screenshare |
ID | hgjndgfhddfmgcgicplcmmohkdjdifbb |
URL Ufficiale | https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb |
Descrizione | Enables screen sharing to Mezzanine for Mezz-In participants |
Dimensione del File | 45.28 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-05-17 |
Data di Pubblicazione | 2017-05-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | oblong.bcn.mobile |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |