Heimdall

Shopee's secure network access control extension

Heimdallとは何ですか?

HeimdallはShopee Heimdall Projectによって開発されたChromeの拡張機能で、その主な機能は「Shopee's secure network access control extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Heimdall拡張機能のCRXファイルをダウンロード

Heimdall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL 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
        }
    ]
}