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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |