Zibma Infotech (Attendance)

Get and Set Student Attendance Detail.

Wat is Zibma Infotech (Attendance)?

Zibma Infotech (Attendance) is een Chrome-extensie ontwikkeld door Zibma Infotech, en de belangrijkste functie is "Get and Set Student Attendance Detail.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zibma Infotech (Attendance)

Download Zibma Infotech (Attendance)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Zibma Infotech (Attendance) Zibma Infotech (Attendance)
ID mjdlgacoolfhfajjfndmjkajpkfdhege
Officiële URL https://chromewebstore.google.com/detail/zibma-infotech-attendance/mjdlgacoolfhfajjfndmjkajpkfdhege
Beschrijving Get and Set Student Attendance Detail.
Bestandsgrootte 61.98 KB
Aantal Installaties 61
Huidige Versie 0.1
Laatst Bijgewerkt 2019-11-20
Publicatiedatum 2019-11-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Zibma Infotech
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}