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 |
官方網址 | 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 |
電子郵箱 | [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 } |