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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sorteie Meet: Fazer sorteio no Google Meet
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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';" } } |