Mark Attendance
Chrome extension for marking attendance
什么是Mark Attendance?
Mark Attendance是由Viram Sofutions开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for marking attendance”。
扩展截图
下载Mark Attendance扩展crx文件
下载Mark Attendance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's an edudel web extension for marking attendance superfast. 扩展基本信息
| 名称 | |
| 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
} | |