Heimdall

Shopee's secure network access control extension

ما هو Heimdall؟

Heimdall هو إضافة Chrome تم تطويرها بواسطة Shopee Heimdall Project، والميزة الرئيسية لها هي "Shopee's secure network access control extension".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Heimdall

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

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

                        This Chrome extension allow you to access our corp's network, with a secure-by-default settings.                    

معلومات أساسية عن التمديد

الاسم Heimdall Heimdall
ID ochakbabgibkngiacohpppcpmjbfmafm
عنوان URL الرسمي https://chromewebstore.google.com/detail/heimdall/ochakbabgibkngiacohpppcpmjbfmafm
الوصف Shopee's secure network access control extension
حجم الملف 433 KB
عدد التثبيتات 10,000
النسخة الحالية 1.7.0
آخر تحديث 2024-02-20
تاريخ النشر 2023-06-26
تقييم 5.00/5 مجموع تقييمات 6
المطور Shopee Heimdall Project
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://help.shopee.sg/portal/article/77149
اللغات المدعومة en,pt-BR,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Heimdall",
    "description": "__MSG_app_desc__",
    "version": "1.7.0",
    "minimum_chrome_version": "109",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "proxy",
        "alarms",
        "webRequest",
        "webRequestAuthProvider",
        "cookies",
        "management",
        "downloads",
        "webNavigation",
        "offscreen",
        "scripting"
    ],
    "icons": {
        "128": "logo.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "loader-1.7.0.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "default_locale": "en",
    "oauth2": {
        "client_id": "heimdall.shopee.sg",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "chunk-hxjTXEsK.js",
                "chunk-wr-7JnSr.js"
            ],
            "use_dynamic_url": false
        }
    ]
}