Heimdall

Shopee's secure network access control extension

What is Heimdall?

Heimdall is a Chrome extension developed by Shopee Heimdall Project, and its main feature is "Shopee's secure network access control extension".

Extension Screenshots

screenshot
screenshot

Download Heimdall Extension CRX File

Download Heimdall 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

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

Extension Basic Information

Name Heimdall Heimdall
ID ochakbabgibkngiacohpppcpmjbfmafm
Official URL https://chromewebstore.google.com/detail/heimdall/ochakbabgibkngiacohpppcpmjbfmafm
Description Shopee's secure network access control extension
File Size 433 KB
Installation Count 10,000
Current Version 1.7.0
Last Updated 2024-02-20
Publish Date 2023-06-26
Rating 5.00/5 Total 6 Ratings
Developer Shopee Heimdall Project
Email [email protected]
Payment Type free
Privacy Policy Page URL https://help.shopee.sg/portal/article/77149
Supported Languages 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
        }
    ]
}