SafeToOpen Online Security

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

什麼是SafeToOpen Online Security?

SafeToOpen Online Security是由https://safetoopen.com開發的Chrome擴展程式,該擴展的主要功能是“SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載SafeToOpen Online Security擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SafeToOpen Online Security SafeToOpen Online Security
ID ekfkopmgnijagfmjgcjkbffcnmggekec
官方網址 https://chromewebstore.google.com/detail/safetoopen-online-securit/ekfkopmgnijagfmjgcjkbffcnmggekec
簡介 SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.
檔案大小 2.75 MB
安裝次數 6,000
目前版本 4.4.6
更新時間 2024-02-28
上架時間 2020-06-29
評分 4.94/5 共 16 次評分
開發者 https://safetoopen.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://safetoopen.com/
說明頁面URL https://safetoopen.com/contact.html
隱私政策頁面URL https://safetoopen.com/privacy.html
支援的語言 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"
        }
    ]
}