Megazone PoPs Browser Extension

Megazone PoPs Browser Extension

What is Megazone PoPs Browser Extension?

Megazone PoPs Browser Extension is a Chrome extension developed by https://pops.megazone.com, and its main feature is "Megazone PoPs Browser Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Megazone PoPs Browser Extension Extension CRX File

Download Megazone PoPs Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Megazone PoPs Browser Extension Megazone PoPs Browser Extension
ID haicflikleddjiadfplkaillmohiookn
Official URL https://chromewebstore.google.com/detail/megazone-pops-browser-ext/haicflikleddjiadfplkaillmohiookn
Description Megazone PoPs Browser Extension
File Size 200 KB
Installation Count 1,000
Current Version 1.1.6
Last Updated 2023-12-28
Publish Date 2023-03-25
Rating 5.00/5 Total 10 Ratings
Developer https://pops.megazone.com
Email [email protected]
Payment Type free
Extension Website https://pops.megazone.com
Help Page URL https://help.pops.megazone.com
Privacy Policy Page URL https://start.megazone.com/policies/terms?tab=privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}