Megazone PoPs Browser Extension

Megazone PoPs Browser Extension

Co to jest Megazone PoPs Browser Extension?

Megazone PoPs Browser Extension to rozszerzenie Chrome opracowane przez https://pops.megazone.com, a jego główną funkcją jest „Megazone PoPs Browser Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Megazone PoPs Browser Extension

Pobierz pliki rozszerzeń Megazone PoPs Browser Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Megazone PoPs Browser Extension Megazone PoPs Browser Extension
ID haicflikleddjiadfplkaillmohiookn
Oficjalny URL https://chromewebstore.google.com/detail/megazone-pops-browser-ext/haicflikleddjiadfplkaillmohiookn
Opis Megazone PoPs Browser Extension
Rozmiar pliku 200 KB
Liczba instalacji 1,000
Aktualna Wersja 1.1.6
Ostatnia Aktualizacja 2023-12-28
Data Publikacji 2023-03-25
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper https://pops.megazone.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pops.megazone.com
Adres URL Strony Pomocy https://help.pops.megazone.com
Adres URL Strony Polityki Prywatności https://start.megazone.com/policies/terms?tab=privacy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}