Zibma Infotech (Attendance)

Get and Set Student Attendance Detail.

什么是Zibma Infotech (Attendance)?

Zibma Infotech (Attendance)是由Zibma Infotech开发的Chrome扩展程序,该扩展的主要功能是“Get and Set Student Attendance Detail.”。

扩展截图

screenshot

下载Zibma Infotech (Attendance)扩展crx文件

下载Zibma Infotech (Attendance)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Zibma Attendance Tool for Fill Daily Attredance form Zibma Campus ERP to GSEB Attendance Portal.                    

扩展基本信息

名称 Zibma Infotech (Attendance) Zibma Infotech (Attendance)
ID mjdlgacoolfhfajjfndmjkajpkfdhege
官方URL https://chromewebstore.google.com/detail/zibma-infotech-attendance/mjdlgacoolfhfajjfndmjkajpkfdhege
简介 Get and Set Student Attendance Detail.
文件大小 61.98 KB
安装次数 61
当前版本 0.1
更新时间 2019-11-20
上架时间 2019-11-20
评分 5.00/5 共1次评分
开发者 Zibma Infotech
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zibma Infotech (Attendance)",
    "description": "Get and Set Student Attendance Detail.",
    "version": "0.1",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        ""
    ]
}