B-REEL Meeting Intruders
Games to make your meetings more fun
B-REEL Meeting Intrudersとは何ですか?
B-REEL Meeting IntrudersはB-Reelによって開発されたChromeの拡張機能で、その主な機能は「Games to make your meetings more fun」です。
拡張機能のスクリーンショット
B-REEL Meeting Intruders拡張機能のCRXファイルをダウンロード
B-REEL Meeting Intruders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
James from Marketing is yammering again. Take him out without interrupting the meeting. Meeting Intruders is the antidote to your meeting monotony. Blast away from the privacy of your own screen while solving business problems. Productivity has never been more destructive.
拡張機能の基本情報
名前 | |
ID | ekpjjckkocgchggggogefakgipalfnee |
公式URL | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
説明 | Games to make your meetings more fun |
ファイルサイズ | 1.13 MB |
インストール数 | 298 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-07-22 |
公開日 | 2020-07-21 |
評価 | 3.75/5 合計 8 レビュー |
開発者 | B-Reel |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.b-reel.com |
ヘルプページのURL | https://www.b-reel.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "B-REEL Meeting Intruders", "description": "Games to make your meetings more fun", "version": "1.0.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_idle", "all_frames": false } ], "browser_action": { "default_title": "Google Meet Custom Game", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "assets\/images\/*.png", "assets\/fonts\/*.ttf", "js\/meeting-intruders\/meetingintruders.js", "js\/meeting-intruders\/starfield.js", "js\/index.js" ], "manifest_version": 2 } |