Microsoft Teams: Always Available
A Chrome extension that keeps you available on teams 24/7
Microsoft Teams: Always Available là gì?
Microsoft Teams: Always Available là một tiện ích mở rộng Chrome được phát triển bởi Andrew Kump, và tính năng chính của nó là "A Chrome extension that keeps you available on teams 24/7".
Ả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 Microsoft Teams: Always Available
Tải xuống các tệp mở rộng Microsoft Teams: Always Available 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
THIS EXTENSION IS FREE AND WORKING! You will never have to wiggle your mouse every again with this Chrome extension. This extension will keep you online and available forever. Simply login to https://teams.microsoft.com and the extension will begin. Click the extension's icon in order to validate it is functioning. Note: I do not personally support the use of this functionality for use at a workplace
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Microsoft Teams: Always Available |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
URL Chính Thức | https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen |
Mô tả | A Chrome extension that keeps you available on teams 24/7 |
Kích Thước Tệp | 23.14 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2024-02-20 |
Ngày Phát Hành | 2021-03-27 |
Đánh Giá | 2.48/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Andrew Kump |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/akump/MS-Teams-Always-Available |
URL Trang Trợ Giúp | https://github.com/akump/MS-Teams-Always-Available |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Microsoft Teams: Always Available", "version": "2.0.0", "description": "A Chrome extension that keeps you available on teams 24\/7", "background": { "service_worker": "background.js" }, "icons": { "16": "src\/images\/teamsIcon.png", "128": "src\/images\/teamsIcon.png" }, "action": { "default_popup": "src\/html\/settings.html" }, "permissions": [ "storage", "alarms", "tabs", "scripting", "webRequest" ], "host_permissions": [ "https:\/\/*.teams.microsoft.com\/*", "https:\/\/*.teams.microsoft.com.mcas.ms\/*" ] } |