Defendera Browser Protection

Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…

Defendera Browser Protection란 무엇입니까?

Defendera Browser Protection은(는) https://defendera.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Defendera Browser Protection 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price.

Its unique 4-layer active protection ensures the highest safety against online scams and warns users about other suspicious activities, stopping all kinds of online scam techniques.

Active protection lets Defendera detect new fraud techniques within a minute of its creation, allowing for unprecedented safety when browsing online.

Free features:
• Review your browsing history for suspicious or dangerous visits (no sign up needed)
• Passive scam protection
• Passive potential threat warnings
• Fraudulent e-commerce warnings

Paid features:
• Active realtime protection scam protection
• Active realtime potential threat warnings
• Child accounts - blocking of sexual content and websites used by sexual predators
• Unlimited browsers (Business plan)
• Advanced user management (Business plan)
• Priority email support (Business plan)                    

확장 프로그램 기본 정보

이름 Defendera Browser Protection Defendera Browser Protection
ID mapnejckiifgnmkokfpfbelpajdhcifo
공식 URL https://chromewebstore.google.com/detail/defendera-browser-protect/mapnejckiifgnmkokfpfbelpajdhcifo
설명 Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…
파일 크기 1.31 MB
설치 횟수 42
현재 버전 1.2.2
최근 업데이트 2024-01-08
출시 날짜 2023-08-09
평점 5.00/5 총 8 개의 평점
개발자 https://defendera.app
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.defendera.app/
개인정보 보호 정책 페이지 URL https://www.defendera.app/privacy-policy
지원되는 언어 en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Defendera Browser Protection",
    "version": "1.2.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "panel.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "history"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "*:\/\/dashboard.defendera.app\/*"
        ]
    }
}