Mezz-In Screenshare
Enables screen sharing to Mezzanine for Mezz-In participants
Wat is Mezz-In Screenshare?
Mezz-In Screenshare is een Chrome-extensie ontwikkeld door oblong.bcn.mobile, en de belangrijkste functie is "Enables screen sharing to Mezzanine for Mezz-In participants".
Extensie Screenshots
Download het CRX-bestand van de extensie Mezz-In Screenshare
Download Mezz-In Screenshare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hgjndgfhddfmgcgicplcmmohkdjdifbb |
Officiële URL | https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb |
Beschrijving | Enables screen sharing to Mezzanine for Mezz-In participants |
Bestandsgrootte | 45.28 KB |
Aantal Installaties | 100 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-05-17 |
Publicatiedatum | 2017-05-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | oblong.bcn.mobile |
Betalingswijze | free |
Ondersteunde Talen | 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" } |