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是由Barboza Apps开发的Chrome扩展程序,该扩展的主要功能是“Faça sorteios com os participantes no Google Meet.”。

扩展截图

screenshot
screenshot
screenshot

下载Sorteie Meet: Fazer sorteio no Google Meet扩展crx文件

下载Sorteie Meet: Fazer sorteio no Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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';"
    }
}