Teams Attendance

This is a simple extension to enter the attendance info into teams.ac.in

Hvad er Teams Attendance?

Teams Attendance er en Chrome-udvidelse udviklet af Sibin S V, og dens hovedfunktion er "This is a simple extension to enter the attendance info into teams.ac.in".

Udvidelsesskærmbilleder

screenshot

Download Teams Attendance-udvidelses-CRX-fil

Download Teams Attendance-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Teams Attendance Teams Attendance
ID lkhgcbjcohkipefpdagfhihghgomclcj
Officiel URL https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj
Beskrivelse This is a simple extension to enter the attendance info into teams.ac.in
Filstørrelse 13.11 KB
Antal Installationer 115
Nuværende Version 1.0.1
Senest Opdateret 2018-10-13
Udgivelsesdato 2018-10-13
Udvikler Sibin S V
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teams Attendance",
    "version": "1.0.1",
    "description": "This is a simple extension to enter the attendance info into teams.ac.in",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}