Screen Sharing
Chrome Extension for sharing screen in video chat
什麼是Screen Sharing?
Screen Sharing是由Jungleworks開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for sharing screen in video chat”。
擴展截圖
下載Screen Sharing擴展crx文件
下載Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Share the screen from your computer in a video conversation, to show presentations, photos and documents. This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors - Participants can double-click to view your shared screen in fullscreen
擴展基本資訊
名稱 | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
官方網址 | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
簡介 | Chrome Extension for sharing screen in video chat |
檔案大小 | 7.52 KB |
安裝次數 | 51,594 |
目前版本 | 1.0.5 |
更新時間 | 2019-10-14 |
上架時間 | 2019-10-14 |
評分 | 2.58/5 共 12 次評分 |
開發者 | Jungleworks |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://jungleworks.com |
隱私政策頁面URL | https://jungleworks.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Sharing", "description": "Chrome Extension for sharing screen in video chat", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.fugu.chat\/*", "https:\/\/*.officechat.io\/*", "https:\/\/*.fuguchat.com\/*", "https:\/\/hippochat.io\/*", "https:\/\/*.muleapp.io\/*", "https:\/\/*.mazentaa.in\/*", "https:\/\/*.bulbul.io\/*", "https:\/\/*.fuelbyghq.com\/*", "https:\/\/*.xpertreach.io\/*" ] }, "permissions": [ "desktopCapture" ] } |