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"입니다.
확장 프로그램 스크린샷
Microsoft Teams: Always Available 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
공식 URL | 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\/*" ] } |