Megazone PoPs Browser Extension

Megazone PoPs Browser Extension

ما هو Megazone PoPs Browser Extension؟

Megazone PoPs Browser Extension هو إضافة Chrome تم تطويرها بواسطة https://pops.megazone.com، والميزة الرئيسية لها هي "Megazone PoPs Browser Extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Megazone PoPs Browser Extension

قم بتنزيل ملفات الامتداد Megazone PoPs Browser Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة https://help.pops.megazone.com
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}