B-REEL Meeting Intruders
Games to make your meetings more fun
B-REEL Meeting Intrudersคืออะไร?
B-REEL Meeting Intruders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย B-Reel และคุณลักษณะหลักของมันคือ "Games to make your meetings more fun"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย B-REEL Meeting Intruders
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |