Teams Attendance

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

Apa itu Teams Attendance?

Teams Attendance adalah ekstensi Chrome yang dikembangkan oleh Sibin S V, dan fitur utamanya adalah "This is a simple extension to enter the attendance info into teams.ac.in".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Teams Attendance

Unduh file ekstensi Teams Attendance dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Teams Attendance Teams Attendance
ID lkhgcbjcohkipefpdagfhihghgomclcj
URL Resmi https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj
Deskripsi This is a simple extension to enter the attendance info into teams.ac.in
Ukuran File 13.11 KB
Jumlah Instalasi 115
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-10-13
Tanggal Publikasi 2018-10-13
Pengembang Sibin S V
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}