Megazone PoPs Browser Extension

Megazone PoPs Browser Extension

什麼是Megazone PoPs Browser Extension?

Megazone PoPs Browser Extension是由https://pops.megazone.com開發的Chrome擴展程式,該擴展的主要功能是“Megazone PoPs Browser Extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Megazone PoPs Browser Extension擴展crx文件

下載Megazone PoPs Browser Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Megazone PoPs Browser Extension protects your passwords, securely logs into all your business and personal apps.
Megazone PoPs Browser Extension gives you the following features:
・ Automatically sign in to your business and personal apps with just one click
・ Quickly search all your assigned apps
・ Easily access your Megazone PoPs Launcher and services
・ Seamlessly and securely switch between multiple Megazone accounts                    

擴展基本資訊

名稱 Megazone PoPs Browser Extension Megazone PoPs Browser Extension
ID haicflikleddjiadfplkaillmohiookn
官方網址 https://chromewebstore.google.com/detail/megazone-pops-browser-ext/haicflikleddjiadfplkaillmohiookn
簡介 Megazone PoPs Browser Extension
檔案大小 200 KB
安裝次數 1,000
目前版本 1.1.6
更新時間 2023-12-28
上架時間 2023-03-25
評分 5.00/5 共 10 次評分
開發者 https://pops.megazone.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pops.megazone.com
說明頁面URL https://help.pops.megazone.com
隱私政策頁面URL https://start.megazone.com/policies/terms?tab=privacy
支援的語言 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.6",
    "manifest_version": 3,
    "default_locale": "ko",
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": ".\/images\/logo-logout.png",
            "48": ".\/images\/[email protected]",
            "128": ".\/images\/[email protected]"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        }
    },
    "icons": {
        "16": ".\/images\/logo.png",
        "48": ".\/images\/[email protected]",
        "128": ".\/images\/[email protected]"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}