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 |
官方網址 | 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" } |