The Conference system Screen Sharing
Add Screen Sharing to the conference system.
什麼是The Conference system Screen Sharing?
The Conference system Screen Sharing是由bellface.inc.develop開發的Chrome擴展程式,該擴展的主要功能是“Add Screen Sharing to the conference system.”。
擴展截圖
下載The Conference system Screen Sharing擴展crx文件
下載The Conference system Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Screen Sharing Extension for Chrome.
擴展基本資訊
名稱 | The Conference system Screen Sharing |
ID | dafmbamledgmihaihnlpegddgjhaadcl |
官方網址 | https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl |
簡介 | Add Screen Sharing to the conference system. |
檔案大小 | 50.44 KB |
安裝次數 | 10,734 |
目前版本 | 0.96 |
更新時間 | 2022-12-08 |
上架時間 | 2020-06-11 |
開發者 | bellface.inc.develop |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "author": "BellFace Inc.", "version": "0.96", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/user.bell-face.com\/", "background": { "service_worker": "background-script.js" }, "externally_connectable": { "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] } ] } |