Heimdall

Shopee's secure network access control extension

Heimdall là gì?

Heimdall là một tiện ích mở rộng Chrome được phát triển bởi Shopee Heimdall Project, và tính năng chính của nó là "Shopee's secure network access control extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Heimdall

Tải xuống các tệp mở rộng Heimdall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Heimdall Heimdall
ID ochakbabgibkngiacohpppcpmjbfmafm
URL Chính Thức https://chromewebstore.google.com/detail/heimdall/ochakbabgibkngiacohpppcpmjbfmafm
Mô tả Shopee's secure network access control extension
Kích Thước Tệp 433 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2023-06-26
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Shopee Heimdall Project
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://help.shopee.sg/portal/article/77149
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}