bellFace画面共有拡張機能
bellFaceに画面共有機能を追加します
What is bellFace画面共有拡張機能?
bellFace画面共有拡張機能 is a Chrome extension developed by https://user.bell-face.com, and its main feature is "bellFaceに画面共有機能を追加します".
Extension Screenshots
Download bellFace画面共有拡張機能 Extension CRX File
Download bellFace画面共有拡張機能 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
こちらはbellFace(ベルフェイス)の画面共有機能で利用する拡張機能です。 こちらの拡張機能をインストールすることでベルフェイス接続中に、全画面共有、アプリケーションウィンドウ共有、Chromeタブ共有、それぞれの機能をユーザーが任意で制限を掛けることができます。 【お知らせ】 ・v2.5.8.4 アプリケーションウィンドウ共有、Chromeタブ共有の制限を追加しました。
Extension Basic Information
Name | bellFace画面共有拡張機能 |
ID | honghaamlhddekaeonblcjmiminemagc |
Official URL | https://chromewebstore.google.com/detail/bellface%E7%94%BB%E9%9D%A2%E5%85%B1%E6%9C%89%E6%8B%A1%E5%BC%B5%E6%A9%9F%E8%83%BD/honghaamlhddekaeonblcjmiminemagc |
Description | bellFaceに画面共有機能を追加します |
File Size | 50.78 KB |
Installation Count | 20,000 |
Current Version | 2.5.8.5 |
Last Updated | 2022-12-08 |
Publish Date | 2017-11-22 |
Rating | 3.50/5 Total 4 Ratings |
Developer | https://user.bell-face.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://bell-face.com/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "bg.js" }, "externally_connectable": { "matches": [ "https:\/\/user.bell-face.com\/*", "https:\/\/enkarz.me\/*", "https:\/\/devhost.me\/*", "https:\/\/user.bell-face.fyi\/*", "https:\/\/user.bell-face.fm\/*", "https:\/\/user.bell-face.co\/*", "https:\/\/user.bell-face.example.com\/*" ] }, "icons": { "16": "camera_16.png", "48": "camera_48.png", "128": "camera_128.png" }, "name": "bellFace\u753b\u9762\u5171\u6709\u62e1\u5f35\u6a5f\u80fd", "description": "bellFace\u306b\u753b\u9762\u5171\u6709\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059", "action": { "default_icon": { "128": "camera_128_mono.png" } }, "manifest_version": 3, "permissions": [ "desktopCapture", "tabs" ], "version": "2.5.8.5" } |