Sorteie Meet: Fazer sorteio no Google Meet

Faça sorteios com os participantes no Google Meet.

ما هو Sorteie Meet: Fazer sorteio no Google Meet؟

Sorteie Meet: Fazer sorteio no Google Meet هو إضافة Chrome تم تطويرها بواسطة Barboza Apps، والميزة الرئيسية لها هي "Faça sorteios com os participantes no Google Meet.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sorteie Meet: Fazer sorteio no Google Meet

قم بتنزيل ملفات الامتداد Sorteie Meet: Fazer sorteio no Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Sorteie Meet: Fazer sorteio no Google Meet Sorteie Meet: Fazer sorteio no Google Meet
ID nfclfboighiodoopeabdaabendhmkcke
عنوان URL الرسمي https://chromewebstore.google.com/detail/sorteie-meet-fazer-sortei/nfclfboighiodoopeabdaabendhmkcke
الوصف Faça sorteios com os participantes no Google Meet.
حجم الملف 398 KB
عدد التثبيتات 1,538
النسخة الحالية 4
آخر تحديث 2022-09-26
تاريخ النشر 2020-10-23
تقييم 4.00/5 مجموع تقييمات 4
المطور Barboza Apps
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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';"
    }
}