Presença Meet: Google Meet Attendance
Crie listas de presença de forma automática no Google Meet.
Presença Meet: Google Meet Attendanceคืออะไร?
Presença Meet: Google Meet Attendance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Barboza Apps และคุณลักษณะหลักของมันคือ "Crie listas de presença de forma automática no Google Meet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presença Meet: Google Meet Attendance
ดาวน์โหลดไฟล์ส่วนขยาย Presença Meet: Google Meet Attendance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ajbhgicilfoioelcmgidmpikihjcnabf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/presen%C3%A7a-meet-google-meet/ajbhgicilfoioelcmgidmpikihjcnabf |
| คำอธิบาย | Crie listas de presença de forma automática no Google Meet. |
| ขนาดไฟล์ | 364 KB |
| จำนวนการติดตั้ง | 20,000 |
| เวอร์ชันปัจจุบัน | 4.0 |
| อัปเดตครั้งล่าสุด | 2022-03-31 |
| วันที่เผยแพร่ | 2020-06-19 |
| คะแนน | 4.04/5 รวมทั้งหมด 28 คะแนน |
| ผู้พัฒนา | Barboza Apps |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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\/*"
]
}
]
} | |