MSI TechHub
Single source for helpful apps and links from MSI IT
MSI TechHub란 무엇입니까?
MSI TechHub은(는) Motorola Solutions IT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Single source for helpful apps and links from MSI IT"입니다.
확장 프로그램 스크린샷
MSI TechHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The MSI TechHub offers employees one place to go for helpful applications and links from IT. With MSI TechHub, you can: • Get notifications on password expirations and reset passwords right from the app • Find conference rooms using the room locator to over 25 MSI locations • Easy access to the latest M-Guest Wi-Fi passwords, Employee Directory and TechBot • Receive current IT and company via news communication channels • Get quick access to useful apps such as Google Meet and Broadcastly • View VPN installation guides on PC, Mac and Mobile devices • Connect to Virtual Techstop
확장 프로그램 기본 정보
이름 | MSI TechHub |
ID | jeiobopcpagjomffdlaiiojodcghkmgi |
공식 URL | https://chromewebstore.google.com/detail/msi-techhub/jeiobopcpagjomffdlaiiojodcghkmgi |
설명 | Single source for helpful apps and links from MSI IT |
파일 크기 | 5.95 MB |
설치 횟수 | 31,898 |
현재 버전 | 5.6 |
최근 업데이트 | 2024-02-18 |
출시 날짜 | 2020-05-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Motorola Solutions IT |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.motorolasolutions.com/en_us/about/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MSI TechHub", "version": "5.6", "description": "Single source for helpful apps and links from MSI IT", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "nativeMessaging", "storage", "http:\/\/techstopapp.motorolasolutions.com\/*", "https:\/\/techstopapp.motorolasolutions.com\/*", "tabs", "windows", "gcm", "notifications", "identity" ], "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_title": "MSI TechHub", "default_icon": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } }, "manifest_version": 2, "background": { "scripts": [ "vendor\/systemjs.js", "vendor\/OneSignal.js", "background\/background.js" ], "persistent": false } } |