Available on Teams

Remain Available on Microsoft Teams

Available on Teamsคืออะไร?

Available on Teams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย epzion และคุณลักษณะหลักของมันคือ "Remain Available on Microsoft Teams"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Available on Teams

ดาวน์โหลดไฟล์ส่วนขยาย Available on Teams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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.                    

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

ชื่อ Available on Teams Available on Teams
ID pjcbjbfgiodpmjchbkipiepcpabaajjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb
คำอธิบาย Remain Available on Microsoft Teams
ขนาดไฟล์ 37.55 KB
จำนวนการติดตั้ง 613
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-11-22
วันที่เผยแพร่ 2022-09-02
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา epzion
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}