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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}