MSI TechHub
Single source for helpful apps and links from MSI IT
Qu'est-ce que MSI TechHub ?
MSI TechHub est une extension Chrome développée par Motorola Solutions IT, et sa fonction principale est "Single source for helpful apps and links from MSI IT".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MSI TechHub
Téléchargez les fichiers d'extension MSI TechHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | MSI TechHub |
ID | jeiobopcpagjomffdlaiiojodcghkmgi |
URL Officiel | https://chromewebstore.google.com/detail/msi-techhub/jeiobopcpagjomffdlaiiojodcghkmgi |
Description | Single source for helpful apps and links from MSI IT |
Taille du Fichier | 5.95 MB |
Nombre d'Installations | 31,898 |
Version Actuelle | 5.6 |
Dernière Mise à Jour | 2024-02-18 |
Date de Publication | 2020-05-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Motorola Solutions IT |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.motorolasolutions.com/en_us/about/privacy-policy.html |
Langues Prises en Charge | 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 } } |