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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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';"
}
} | |