Mark Attendance
Chrome extension for marking attendance
Mark Attendance क्या है?
Mark Attendance Viram Sofutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for marking attendance"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mark Attendance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |