Sorteie Meet: Fazer sorteio no Google Meet

Faça sorteios com os participantes no Google Meet.

Co je Sorteie Meet: Fazer sorteio no Google Meet?

Sorteie Meet: Fazer sorteio no Google Meet je rozšíření Chrome vyvinuté Barboza Apps, a jeho hlavní funkcí je „Faça sorteios com os participantes no Google Meet.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Sorteie Meet: Fazer sorteio no Google Meet

Stáhněte si soubory rozšíření Sorteie Meet: Fazer sorteio no Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Com o Sorteie Meet você poderá realizar sorteios em chamadas no Google Meet de forma simples e rápida com os participantes. Ideal para ser utilizado em eventos de sorteios.                    

Základní Informace o Rozšíření

Název Sorteie Meet: Fazer sorteio no Google Meet Sorteie Meet: Fazer sorteio no Google Meet
ID nfclfboighiodoopeabdaabendhmkcke
Oficiální URL https://chromewebstore.google.com/detail/sorteie-meet-fazer-sortei/nfclfboighiodoopeabdaabendhmkcke
Popis Faça sorteios com os participantes no Google Meet.
Velikost souboru 398 KB
Počet instalací 1,538
Aktuální Verze 4
Poslední Aktualizace 2022-09-26
Datum Vydání 2020-10-23
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář Barboza Apps
E-mail [email protected]
Typ Platby free
Podporované Jazyky pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sorteie Meet: Fazer sorteio no Google Meet",
    "version": "4",
    "action": {
        "default_icon": {
            "19": "images\/icon48.png",
            "38": "images\/icon128.png"
        },
        "default_title": "Sobre o Sorteie Meet",
        "default_popup": "popup.html"
    },
    "description": "Fa\u00e7a sorteios com os participantes no Google Meet.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "youtube.com\/cafecombug",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif",
                "img\/inscrever-se.png"
            ],
            "matches": [
                "*:\/\/ieblcpkoocalnpedpkchgolmpcdbaidb\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "inject\/js\/main.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}