Mark Attendance
Chrome extension for marking attendance
What is Mark Attendance?
Mark Attendance is a Chrome extension developed by Viram Sofutions, and its main feature is "Chrome extension for marking attendance".
Extension Screenshots
Download Mark Attendance Extension CRX File
Download Mark 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
It's an edudel web extension for marking attendance superfast.
Extension Basic Information
Name | Mark Attendance |
ID | anbpilcdlnejafnibmiolkelojkiepdi |
Official URL | https://chromewebstore.google.com/detail/mark-attendance/anbpilcdlnejafnibmiolkelojkiepdi |
Description | Chrome extension for marking attendance |
File Size | 26.15 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2018-06-04 |
Publish Date | 2018-06-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Viram Sofutions |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |