Presença Meet: Google Meet Attendance
Crie listas de presença de forma automática no Google Meet.
What is Presença Meet: Google Meet Attendance?
Presença Meet: Google Meet Attendance is a Chrome extension developed by Barboza Apps, and its main feature is "Crie listas de presença de forma automática no Google Meet.".
Extension Screenshots
Download Presença Meet: Google Meet Attendance Extension CRX File
Download Presença Meet: Google Meet Attendance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Com o PresençaMeet você poderá criar, de forma automática, listas de presença no Google Meet. Você decide quando começar a chamada e os participantes responderão no bate-papo para confirmar a presença. Ao finalizar, você realizará um download da lista.
Extension Basic Information
Name | Presença Meet: Google Meet Attendance |
ID | ajbhgicilfoioelcmgidmpikihjcnabf |
Official URL | https://chromewebstore.google.com/detail/presen%C3%A7a-meet-google-meet/ajbhgicilfoioelcmgidmpikihjcnabf |
Description | Crie listas de presença de forma automática no Google Meet. |
File Size | 364 KB |
Installation Count | 20,000 |
Current Version | 4.0 |
Last Updated | 2022-03-31 |
Publish Date | 2020-06-19 |
Rating | 4.04/5 Total 28 Ratings |
Developer | Barboza Apps |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presen\u00e7a Meet: Google Meet Attendance", "version": "4.0", "description": "Crie listas de presen\u00e7a de forma autom\u00e1tica no Google Meet.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Presen\u00e7aMeet", "default_popup": "index.html" }, "background": { "scripts": [ "inject\/js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/assets\/anuncio_notification.jpg", "img\/assets\/anuncio_sorteiemeet.jpg", "img\/assets\/anuncio_canal.jpg" ], "content_scripts": [ { "js": [ "inject\/js\/recursosVisuais.js", "inject\/js\/FileSaver.js" ], "css": [ "inject\/style.css", "inject\/bootstrap.min.css" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ] } |