Teams Attendance

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

What is Teams Attendance?

Teams Attendance is a Chrome extension developed by Sibin S V, and its main feature is "This is a simple extension to enter the attendance info into teams.ac.in".

Extension Screenshots

screenshot

Download Teams Attendance Extension CRX File

Download Teams Attendance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Teams Attendance Teams Attendance
ID lkhgcbjcohkipefpdagfhihghgomclcj
Official URL https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj
Description This is a simple extension to enter the attendance info into teams.ac.in
File Size 13.11 KB
Installation Count 115
Current Version 1.0.1
Last Updated 2018-10-13
Publish Date 2018-10-13
Developer Sibin S V
Email [email protected]
Payment Type free
Supported Languages 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
}