SafeToOpen Online Security

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

Cos'è SafeToOpen Online Security?

SafeToOpen Online Security è un'estensione di Chrome sviluppata da https://safetoopen.com, e la sua funzione principale è "SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SafeToOpen Online Security

Scarica i file di estensione SafeToOpen Online Security in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SafeToOpen Online Security SafeToOpen Online Security
ID ekfkopmgnijagfmjgcjkbffcnmggekec
URL Ufficiale https://chromewebstore.google.com/detail/safetoopen-online-securit/ekfkopmgnijagfmjgcjkbffcnmggekec
Descrizione SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.
Dimensione del File 2.75 MB
Conteggio Installazioni 6,000
Versione Corrente 4.4.6
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2020-06-29
Valutazione 4.94/5 Totale 16 Valutazioni
Sviluppatore https://safetoopen.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://safetoopen.com/
URL della Pagina di Aiuto https://safetoopen.com/contact.html
URL della Pagina della Politica sulla Privacy https://safetoopen.com/privacy.html
Lingue Supportate 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"
        }
    ]
}