MSI TechHub
Single source for helpful apps and links from MSI IT
MSI TechHub क्या है?
MSI TechHub Motorola Solutions IT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Single source for helpful apps and links from MSI IT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MSI TechHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } } |