Mark Attendance
Chrome extension for marking attendance
Mark Attendanceคืออะไร?
Mark Attendance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viram Sofutions และคุณลักษณะหลักของมันคือ "Chrome extension for marking attendance"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mark Attendance
ดาวน์โหลดไฟล์ส่วนขยาย Mark Attendance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's an edudel web extension for marking attendance superfast.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mark Attendance |
ID | anbpilcdlnejafnibmiolkelojkiepdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mark-attendance/anbpilcdlnejafnibmiolkelojkiepdi |
คำอธิบาย | Chrome extension for marking attendance |
ขนาดไฟล์ | 26.15 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-06-04 |
วันที่เผยแพร่ | 2018-06-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Viram Sofutions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mark Attendance", "version": "1.0", "description": "Chrome extension for marking attendance", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "icons": { "128": "images\/default.png" }, "manifest_version": 2 } |