B-REEL Meeting Intruders

Games to make your meetings more fun

¿Qué es B-REEL Meeting Intruders?

B-REEL Meeting Intruders es una extensión de Chrome desarrollada por B-Reel, y su función principal es "Games to make your meetings more fun".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión B-REEL Meeting Intruders

Descarga archivos de extensión B-REEL Meeting Intruders en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre B-REEL Meeting Intruders B-REEL Meeting Intruders
ID ekpjjckkocgchggggogefakgipalfnee
URL Oficial https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee
Descripción Games to make your meetings more fun
Tamaño del Archivo 1.13 MB
Cantidad de Instalaciones 298
Versión Actual 1.0.0
Última Actualización 2020-07-22
Fecha de Publicación 2020-07-21
Calificación 3.75/5 Total de 8 Calificaciones
Desarrollador B-Reel
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.b-reel.com
URL de la Página de Ayuda https://www.b-reel.com
Idiomas Soportados 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
}