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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Faça sorteios com os participantes no Google Meet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sorteie Meet: Fazer sorteio no Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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';" } } |