Microsoft Teams: Always Available
A Chrome extension that keeps you available on teams 24/7
Vad är Microsoft Teams: Always Available?
Microsoft Teams: Always Available är en Chrome-tillägg utvecklad av Andrew Kump, och dess huvudfunktion är "A Chrome extension that keeps you available on teams 24/7".
Tilläggsskärmbilder
Ladda ner Microsoft Teams: Always Available-förlängningens CRX-fil
Ladda ner Microsoft Teams: Always Available-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Microsoft Teams: Always Available |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
Officiell webbadress | https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen |
Beskrivning | A Chrome extension that keeps you available on teams 24/7 |
Filstorlek | 23.14 KB |
Antal Installationer | 10,000 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2024-02-20 |
Publiceringsdatum | 2021-03-27 |
Betyg | 2.48/5 Totalt 21 Betyg |
Utvecklare | Andrew Kump |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/akump/MS-Teams-Always-Available |
Hjälpsida URL | https://github.com/akump/MS-Teams-Always-Available |
Stödda Språk | 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\/*" ] } |