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
公式URL 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
Eメール [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"
        }
    ]
}