Mezz-In Screenshare
Enables screen sharing to Mezzanine for Mezz-In participants
什么是Mezz-In Screenshare?
Mezz-In Screenshare是由oblong.bcn.mobile开发的Chrome扩展程序,该扩展的主要功能是“Enables screen sharing to Mezzanine for Mezz-In participants”。
扩展截图
下载Mezz-In Screenshare扩展crx文件
下载Mezz-In Screenshare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Mezz-In Screenshare |
ID | hgjndgfhddfmgcgicplcmmohkdjdifbb |
官方URL | https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb |
简介 | Enables screen sharing to Mezzanine for Mezz-In participants |
文件大小 | 45.28 KB |
安装次数 | 100 |
当前版本 | 0.0.1 |
更新时间 | 2017-05-17 |
上架时间 | 2017-05-17 |
评分 | 5.00/5 共1次评分 |
开发者 | oblong.bcn.mobile |
付费类型 | free |
支持的语言 | 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" } |