Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Teams Attendance là gì?
Teams Attendance là một tiện ích mở rộng Chrome được phát triển bởi Sibin S V, và tính năng chính của nó là "This is a simple extension to enter the attendance info into teams.ac.in".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Teams Attendance
Tải xuống các tệp mở rộng Teams Attendance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lkhgcbjcohkipefpdagfhihghgomclcj |
URL Chính Thức | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
Mô tả | This is a simple extension to enter the attendance info into teams.ac.in |
Kích Thước Tệp | 13.11 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-10-13 |
Ngày Phát Hành | 2018-10-13 |
Nhà Phát Triển | Sibin S V |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |