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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://defendera.app และคุณลักษณะหลักของมันคือ "Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Defendera Browser Protection

ดาวน์โหลดไฟล์ส่วนขยาย Defendera Browser Protection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}