B-REEL Meeting Intruders

Games to make your meetings more fun

O que é B-REEL Meeting Intruders?

B-REEL Meeting Intruders é uma extensão do Chrome desenvolvida por B-Reel, e sua principal característica é "Games to make your meetings more fun".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão B-REEL Meeting Intruders

Baixe arquivos de extensão B-REEL Meeting Intruders no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome B-REEL Meeting Intruders B-REEL Meeting Intruders
ID ekpjjckkocgchggggogefakgipalfnee
URL Oficial https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee
Descrição Games to make your meetings more fun
Tamanho do Arquivo 1.13 MB
Contagem de Instalações 298
Versão Atual 1.0.0
Última Atualização 2020-07-22
Data de Publicação 2020-07-21
Classificação 3.75/5 Total de 8 Avaliações
Desenvolvedor B-Reel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.b-reel.com
URL da Página de Ajuda https://www.b-reel.com
Idiomas Suportados 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
}