Microsoft Teams: Always Available

A Chrome extension that keeps you available on teams 24/7

什麼是Microsoft Teams: Always Available?

Microsoft Teams: Always Available是由Andrew Kump開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that keeps you available on teams 24/7”。

擴展截圖

screenshot

下載Microsoft Teams: Always Available擴展crx文件

下載Microsoft Teams: Always Available擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Microsoft Teams: Always Available Microsoft Teams: Always Available
ID klbhkcdmilipmdaejfmhmphbdfiofoen
官方網址 https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen
簡介 A Chrome extension that keeps you available on teams 24/7
檔案大小 23.14 KB
安裝次數 10,000
目前版本 2.0.0
更新時間 2024-02-20
上架時間 2021-03-27
評分 2.48/5 共 21 次評分
開發者 Andrew Kump
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/akump/MS-Teams-Always-Available
說明頁面URL https://github.com/akump/MS-Teams-Always-Available
支援的語言 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\/*"
    ]
}