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