Google Meet Attendance
This is Google meet attendance extension which is updated with new features on the users demand.
Google Meet Attendance là gì?
Google Meet Attendance là một tiện ích mở rộng Chrome được phát triển bởi https://aiforkids.in, và tính năng chính của nó là "This is Google meet attendance extension which is updated with new features on the users demand.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Meet Attendance
Tải xuống các tệp mở rộng Google Meet Attendance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
features:- * #Best #Simple #Attractive #Powerful * Provides attendees * Provides absentees * Export of attendees in all three formats excel, word, text. * User friendly * Different themes(magic theme also ) * Attractive design This gmeet extension will not only provide you the attendees but also the absentees in the class and it will make your job more easier. this extension is for the attendance purpose and can also export the google meet attendance with different files and this gmeet attendance extension is made for all who r given the job to get attendance and find it difficult to do. In this gmeet absentees and attendees extension you just need to click the get attendance button to get the attendees and get absentees button to get the absentees. it will not take more than 5 seconds to do that . THANK-YOU SO MUCH ------------------------------------------------------******------------------------------------------ Made for gmeet attendance Made by Lalit Kumar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Meet Attendance |
ID | ohbillkckjklenebjdgdpnihdhlpjmgn |
URL Chính Thức | https://chromewebstore.google.com/detail/google-meet-attendance/ohbillkckjklenebjdgdpnihdhlpjmgn |
Mô tả | This is Google meet attendance extension which is updated with new features on the users demand. |
Kích Thước Tệp | 56.38 KB |
Số Lần Cài Đặt | 2,835 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2021-02-16 |
Ngày Phát Hành | 2020-09-05 |
Đánh Giá | 4.20/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://aiforkids.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.aiforkids.in |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Attendance", "version": "1.5.0", "description": "This is Google meet attendance extension which is updated with new features on the users demand.", "browser_action": { "default_icon": "\/icons\/icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "js": [ "assets\/content-e0a4c960.js", "contents.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A" } } }, "background": { "scripts": [ "backgroundwork.js" ], "persistent": false }, "icons": { "12": "icons\/icon2.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "content.js", "html\/settings.html" ] } |