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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}