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”。

扩展截图

screenshot
screenshot

下载MSI TechHub扩展crx文件

下载MSI TechHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
    }
}