Online Security

Powering your web experience with a reliable, endpoint protection layer.

什麼是Online Security?

Online Security是由https://reasonlabs.com開發的Chrome擴展程式,該擴展的主要功能是“Powering your web experience with a reliable, endpoint protection layer.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Online Security擴展crx文件

下載Online Security擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Ensure your online safety with Online Security, a robust solution that keeps your web browsing secure and enhances website safety. Shield your browser from malware and privacy threats.

Online Security is part of ReasonLabs’ full cybersecurity suite. It can seamlessly integrate with RAV Endpoint Protection, ReasonLabs’ Next-Generation Endpoint Security product, to keep personal data out of reach from any type of security threat.

Online Security provides continuous real-time protection, 24/7. It defends against malicious URLs, harmful extensions, suspicious downloads, intrusive cookies, trackers, unauthorized notifications, and annoying pop-ups.

By incorporating anti virus protection directly into your browser, Online Security empowers you to navigate the internet with confidence, safeguarding both your digital identity and website safety."

Key Features:
Suspicious Site Blocking - Online Security protects you from malware, phishing, crypto-jackers, and scams targeting your browser and device. We're here to secure your online experience and personal data.

Identity Protection - Stay informed with our service about any dark web exposure. Our report covers a wide range of data, including financial information, passwords, usernames, and other personal details. This includes leaked credit card or fraud credit card details. Additionally, we'll guide you in effectively securing your information.

Notification Management - With Online Security, notifications from potentially harmful websites are blocked. Furthermore, it grants you the authority to decide and take control, easily managing and dismissing unwanted notifications through the extension dashboard. This guarantees a seamless browsing experience, free from hassle.

Harmful Extensions protection - Online Security deactivates harmful extensions on your browser. Safeguard your browsing experience by preventing any extensions that might compromise your browser.

Cookies and Trackers blocking - Online Security detects and prevents harmful cookies and trackers that target you with aggressive and hostile advertising, ensuring your browsing experience remains private and safe.

File Download Scanning - Online Security seamlessly integrates with RAV Endpoint Protection (ReasonLabs antivirus - https://shield.reasonsecurity.com/ReasonLabs-EPP-setup.exe), ensuring robust protection for your browser and personal computer. Every file you download undergoes scanning right as you initiate the download. This partnership includes real-time AV scans and antivirus software detection.
Required software: RAV (ReasonLabs antivirus)

Threat Scanner - Effortlessly schedule or initiate scans with just a simple touch.

Online Security provides also paid premium plans, unlocking premium capabilities to further enhance your protection online. Upgrade to our paid premium plans and enjoy an even safer browsing experience with enhanced features.

Get in Touch - If you have questions or need assistance, don't hesitate to contact us at [email protected].
By installing Online Security, you acknowledge and accept Online Security's:
Privacy Policy: https://reasonlabs.com/platform/products/extension/privacy-policy
Terms & Conditions: https://reasonlabs.com/platform/products/extension/terms                    

擴展基本資訊

名稱 Online Security Online Security
ID llbcnfanfmjhpedaedhbcnpgeepdnnok
官方網址 https://chromewebstore.google.com/detail/online-security/llbcnfanfmjhpedaedhbcnpgeepdnnok
簡介 Powering your web experience with a reliable, endpoint protection layer.
檔案大小 1.17 MB
安裝次數 12,000,000
目前版本 5.0.0
更新時間 2024-02-25
上架時間 2022-03-20
評分 4.11/5 共 360 次評分
開發者 https://reasonlabs.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://reasonlabs.com/platform/products/extension
說明頁面URL https://www.reasonlabs.com/contact-us?prod=7
隱私政策頁面URL https://reasonlabs.com/platform/products/extension/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Powering your web experience with a reliable, endpoint protection layer.",
    "version": "5.0.0",
    "version_name": "5.0.0",
    "manifest_version": 3,
    "name": "Online Security",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA10JyiI39paY1JQrrgcKc\/a3crhw9fcfS7WEKdiMXx2HTMnuJDW6s5qHPS2uifvsTKO4rdFblLV6pPsinyy\/EG9F3LDre7E6VoB4RBKDB\/c8elvC8Y4rvTskCu2l4hua+uj8XDAOIZyR8FFyij+MztuswLa9tKLKUC6nmD1X1DCeGgSxWgqAAcEqEeFiSzDD2iwnwuqafkVw06DPZLp2U1IX\/ukspJJ37cSwRbg\/R993bdFcfxpjIQZyZqIUSjENVatzLqvC4TkrD2270GJ6\/JWHn+524oc86avP2B6pIjI3JGYeuQszUWJhn6YfbIvE6Y1Fvwh7nOD1Q1qP54MEoxwIDAQAB",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "management",
        "tabs",
        "declarativeNetRequest",
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "notifications",
        "webNavigation",
        "contextMenus",
        "contentSettings",
        "browsingData",
        "history",
        "nativeMessaging",
        "idle",
        "alarms",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "icon-threat.png",
                "icon-upgrade.png",
                "noto-sans.woff",
                "noto-sans-bold.woff",
                "segoe-ui.woff",
                "segoe-ui-bold.woff"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*.reasonlabs.com\/*",
                "https:\/\/onlinesecurity-app.com\/*",
                "https:\/\/onlinesecurityext.com\/*",
                "https:\/\/insights.onlinesecurityext.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.reasonlabs.com\/*",
            "https:\/\/onlinesecurity-app.com\/*",
            "https:\/\/onlinesecurityext.com\/*",
            "https:\/\/insights.onlinesecurityext.com\/*"
        ]
    }
}