Available on Teams
Remain Available on Microsoft Teams
Available on Teams là gì?
Available on Teams là một tiện ích mở rộng Chrome được phát triển bởi epzion, và tính năng chính của nó là "Remain Available on Microsoft Teams".
Ả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 Available on Teams
Tải xuống các tệp mở rộng Available on Teams 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 maintains "Available" status when using the browser based Microsoft Teams application. The extension was developed since my status continuously moved to "away" even when i actively was working at my workstation. This extension should only be used with honest intentions. The extension is free to use, stores no data, and has no external communication. This extension also works with the MCAS.MS domain suffix.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Available on Teams |
ID | pjcbjbfgiodpmjchbkipiepcpabaajjb |
URL Chính Thức | https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb |
Mô tả | Remain Available on Microsoft Teams |
Kích Thước Tệp | 37.55 KB |
Số Lần Cài Đặt | 613 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-11-22 |
Ngày Phát Hành | 2022-09-02 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | epzion |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "manifest_version": 3, "name": "Available on Teams", "description": "Remain Available on Microsoft Teams", "version": "1.0.3", "action": { "default_popup": "src\/html\/interface.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.teams.microsoft.com\/*", "https:\/\/*.teams.microsoft.com.mcas.ms\/*" ], "icons": { "128": "src\/images\/teams-icon.png", "16": "src\/images\/teams-icon.png" }, "permissions": [ "storage", "alarms", "tabs", "scripting", "webRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |