NordLayer Browser Extension

NordLayer is an adaptive network access solution designed for modern businesses.

NordLayer Browser Extension là gì?

NordLayer Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi NordLayer, và tính năng chính của nó là "NordLayer is an adaptive network access solution designed for modern businesses.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng NordLayer Browser Extension 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

                        NordLayer is a cloud-based adaptive network access solution that allows modern businesses to encrypt and securely access company resources. It combines the Zero Trust Network Access (ZTNA) and Secure Access Service Edge (SASE) principles to help businesses of all sizes to enhance their internet security.

NordLayer offers a variety of features, including:

- Virtual Private Gateways
- Dedicated servers with fixed IP
- ThreatBlock
- Custom DNS
- DNS filtering
- Encryption on a browser level
- Auto-connect
- Two-factor authentication (2FA)

All of these features allow businesses to securely control and segment access to their private networks, resources, and sensitive information.

NordLayer Browser Extension is a lightweight solution used to secure online connections when accessing web-based resources configured on the company’s virtual private gateways and secured on a browser level exclusively.

If you have any questions or concerns, contact our 24/7 Customer Support team at [email protected].                    

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

Tên NordLayer Browser Extension NordLayer Browser Extension
ID pilehkefiejmhdldhbajgajlcgggohkj
URL Chính Thức https://chromewebstore.google.com/detail/nordlayer-browser-extensi/pilehkefiejmhdldhbajgajlcgggohkj
Mô tả NordLayer is an adaptive network access solution designed for modern businesses.
Kích Thước Tệp 1.67 MB
Số Lần Cài Đặt 4,670
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2023-04-19
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển NordLayer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nordlayer.com
URL Trang Trợ Giúp https://help.nordlayer.com
URL Trang Chính Sách Bảo Mật https://nordlayer.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,lt
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.2.0",
    "author": "NordLayer",
    "name": "NordLayer Browser Extension",
    "description": "NordLayer is an adaptive network access solution designed for modern businesses.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "proxy",
        "webRequest",
        "webRequestAuthProvider",
        "notifications",
        "geolocation",
        "alarms",
        "offscreen",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.903826e2.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "js": [
                "plasmo.498f7030.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*.woff2",
                "assets\/animations\/*.json",
                "assets\/controls\/*.svg",
                "assets\/data\/*.json",
                "assets\/*.svg",
                "assets\/menu\/*.svg",
                "assets\/gateways\/*.svg",
                "assets\/icon\/*.svg",
                "assets\/icon\/*.png",
                "assets\/sso\/*.svg",
                "assets\/settings\/*.svg",
                "assets\/account\/*.svg",
                "assets\/2fa\/*.svg",
                "assets\/dsp\/*.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "default_locale": "en"
}