MSI TechHub

Single source for helpful apps and links from MSI IT

MSI TechHubคืออะไร?

MSI TechHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Motorola Solutions IT และคุณลักษณะหลักของมันคือ "Single source for helpful apps and links from MSI IT"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MSI TechHub

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}