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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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';"
    }
}