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
官方網址 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
    }
}