Sorteie Meet: Fazer sorteio no Google Meet

Faça sorteios com os participantes no Google Meet.

Sorteie Meet: Fazer sorteio no Google Meet là gì?

Sorteie Meet: Fazer sorteio no Google Meet là một tiện ích mở rộng Chrome được phát triển bởi Barboza Apps, và tính năng chính của nó là "Faça sorteios com os participantes no Google Meet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sorteie Meet: Fazer sorteio no Google Meet

Tải xuống các tệp mở rộng Sorteie Meet: Fazer sorteio no Google Meet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sorteie Meet: Fazer sorteio no Google Meet Sorteie Meet: Fazer sorteio no Google Meet
ID nfclfboighiodoopeabdaabendhmkcke
URL Chính Thức https://chromewebstore.google.com/detail/sorteie-meet-fazer-sortei/nfclfboighiodoopeabdaabendhmkcke
Mô tả Faça sorteios com os participantes no Google Meet.
Kích Thước Tệp 398 KB
Số Lần Cài Đặt 1,538
Phiên Bản Hiện Tại 4
Cập Nhật Lần Cuối 2022-09-26
Ngày Phát Hành 2020-10-23
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Barboza Apps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}