Teams Attendance

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

ما هو Teams Attendance؟

Teams Attendance هو إضافة Chrome تم تطويرها بواسطة Sibin S V، والميزة الرئيسية لها هي "This is a simple extension to enter the attendance info into teams.ac.in".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Teams Attendance

قم بتنزيل ملفات الامتداد Teams Attendance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Teams Attendance Teams Attendance
ID lkhgcbjcohkipefpdagfhihghgomclcj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj
الوصف This is a simple extension to enter the attendance info into teams.ac.in
حجم الملف 13.11 KB
عدد التثبيتات 115
النسخة الحالية 1.0.1
آخر تحديث 2018-10-13
تاريخ النشر 2018-10-13
المطور Sibin S V
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}