SafeToOpen Online Security

SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.

Was ist SafeToOpen Online Security?

SafeToOpen Online Security ist eine Chrome-Erweiterung, die von https://safetoopen.com entwickelt wurde, und ihr Hauptmerkmal ist "SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

SafeToOpen Online Security-Erweiterungs-CRX-Datei herunterladen

Laden Sie SafeToOpen Online Security-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        SafeToOpen Online Security - Your Guardian Against Cyber Threats

Enhance your online security with the SafeToOpen Online Security browser extension, your virtual information security expert guarding you against phishing and other malicious websites. It's like having a vigilant companion, warning you of potential risks and reassuring you when it's safe to proceed.

Key Features:

1. Advanced Phishing Detection:
Real-time identification of never-before-seen or zero-day phishing web pages, setting us apart from other security solutions.
Ideal for secure online activities such as banking, shopping, and government website access.

2. Privacy-Focused Design:
We prioritize your privacy. Our extension only analyzes pages requesting sensitive information like passwords, social security numbers, and bank details in links and HTML attachments.

3. Browsing History Optimization:
To enhance performance, we request access to your browsing history but assure you that we don't share this data. It enables us to avoid redundant analysis of frequently visited pages.

4. Non-Intrusive Tracking:
No unnecessary tracking of your browsing activity unless a suspicious page is detected, ensuring your online habits remain private.

5. Rapid Incident Response for Businesses:
SafeToOpen Online Security for business integrates with the free SafeToOpen Portal VM, offering:
- Detection of novel phishing attempts across corporate emails, text messages, and social media.
- A comprehensive dashboard for tracking unsafe visits by staff with one-click response capabilities.
- Swift detection and response times, reducing the window from hours/days to seconds.
- Prevention of staff from entering sensitive information on phishing pages targeting major IT service providers and 1000+ businesses worldwide.
- Customizable warnings, logos, and multilingual support.

6. Deploy for Your Organization:
Safeguard your organization by deploying SafeToOpen Online Security, providing real-time protection against the latest phishing threats.

7. Free for Personal Use:
The SafeToOpen Online Security browser extension is free for personal use, ensuring everyone can enjoy a safer online experience.

Learn More:
For detailed information about our commitment to privacy and the specifics of data collection, visit our privacy page.

For Businesses:
Elevate your organization's security with SafeToOpen Online Security. Visit https://safetoopen.com for more information on SafeToOpen and other products.
Empower yourself and your organization with SafeToOpen Online Security - Your Shield in the Digital Realm.                    

Grundlegende Informationen zur Erweiterung

Name SafeToOpen Online Security SafeToOpen Online Security
ID ekfkopmgnijagfmjgcjkbffcnmggekec
Offizielle URL https://chromewebstore.google.com/detail/safetoopen-online-securit/ekfkopmgnijagfmjgcjkbffcnmggekec
Beschreibung SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.
Dateigröße 2.75 MB
Installationsanzahl 6,000
Aktuelle Version 4.4.6
Letztes Update 2024-02-28
Veröffentlichungsdatum 2020-06-29
Bewertung 4.94/5 Insgesamt 16 Bewertungen
Entwickler https://safetoopen.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://safetoopen.com/
Hilfeseite URL https://safetoopen.com/contact.html
URL der Datenschutzrichtlinien-Seite https://safetoopen.com/privacy.html
Unterstützte Sprachen en,en-GB,en-US,es,es-419,hr,pt-BR,pt-PT,ru,fa,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "4.4.6",
    "homepage_url": "https:\/\/safetoopen.com\/",
    "description": "__MSG_appDesc__",
    "short_name": "SafeToOpen",
    "storage": {
        "managed_schema": "schema.json"
    },
    "permissions": [
        "downloads",
        "storage",
        "tabs",
        "alarms",
        "contextMenus",
        "history",
        "pageCapture",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "file:\/\/\/"
    ],
    "background": {
        "service_worker": "js\/worker.js",
        "type": "module",
        "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
    },
    "action": {
        "default_icon": "images\/SafeToOpen_128.png",
        "default_title": "SafeToOpen",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/SafeToOpen_16.png",
        "32": "images\/SafeToOpen_32.png",
        "48": "images\/SafeToOpen_48.png",
        "128": "images\/SafeToOpen_128.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "css\/*",
                "js\/*",
                "images\/*",
                "data\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/\/"
            ],
            "all_frames": false,
            "js": [
                "js\/safetoopen.js",
                "js\/psl.min.js",
                "js\/enc.js",
                "js\/jquery-3.6.1.js",
                "js\/html2canvas.min.js"
            ],
            "css": [
                "css\/alerts.css",
                "css\/style.css"
            ],
            "run_at": "document_idle",
            "match_about_blank": true
        },
        {
            "js": [
                "js\/frames.js",
                "js\/jquery-3.6.1.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}