Online Security

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

O que é Online Security?

Online Security é uma extensão do Chrome desenvolvida por https://reasonlabs.com, e sua principal característica é "Powering your web experience with a reliable, endpoint protection layer.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Online Security

Baixe arquivos de extensão Online Security no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Online Security Online Security
ID llbcnfanfmjhpedaedhbcnpgeepdnnok
URL Oficial https://chromewebstore.google.com/detail/online-security/llbcnfanfmjhpedaedhbcnpgeepdnnok
Descrição Powering your web experience with a reliable, endpoint protection layer.
Tamanho do Arquivo 1.17 MB
Contagem de Instalações 12,000,000
Versão Atual 5.0.0
Última Atualização 2024-02-25
Data de Publicação 2022-03-20
Classificação 4.11/5 Total de 360 Avaliações
Desenvolvedor https://reasonlabs.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://reasonlabs.com/platform/products/extension
URL da Página de Ajuda https://www.reasonlabs.com/contact-us?prod=7
URL da Página de Política de Privacidade https://reasonlabs.com/platform/products/extension/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}