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. 拡張機能の基本情報
| 名前 | |
| ID | dafmbamledgmihaihnlpegddgjhaadcl |
| 公式URL | 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 |
| Eメール | [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\/*"
]
}
]
} | |