Megazone PoPs Browser Extension

Megazone PoPs Browser Extension

Apa itu Megazone PoPs Browser Extension?

Megazone PoPs Browser Extension adalah ekstensi Chrome yang dikembangkan oleh https://pops.megazone.com, dan fitur utamanya adalah "Megazone PoPs Browser Extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Megazone PoPs Browser Extension

Unduh file ekstensi Megazone PoPs Browser Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Megazone PoPs Browser Extension Megazone PoPs Browser Extension
ID haicflikleddjiadfplkaillmohiookn
URL Resmi https://chromewebstore.google.com/detail/megazone-pops-browser-ext/haicflikleddjiadfplkaillmohiookn
Deskripsi Megazone PoPs Browser Extension
Ukuran File 200 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.1.6
Terakhir Diperbarui 2023-12-28
Tanggal Publikasi 2023-03-25
Penilaian 5.00/5 Total 10 Penilaian
Pengembang https://pops.megazone.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pops.megazone.com
URL Halaman Bantuan https://help.pops.megazone.com
URL Halaman Kebijakan Privasi https://start.megazone.com/policies/terms?tab=privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}