Defendera Browser Protection
Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…
Was ist Defendera Browser Protection?
Defendera Browser Protection ist eine Chrome-Erweiterung, die von https://defendera.app entwickelt wurde, und ihr Hauptmerkmal ist "Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…".
Erweiterungsscreenshots
Defendera Browser Protection-Erweiterungs-CRX-Datei herunterladen
Laden Sie Defendera Browser Protection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Defendera Browser Protection |
ID | mapnejckiifgnmkokfpfbelpajdhcifo |
Offizielle URL | https://chromewebstore.google.com/detail/defendera-browser-protect/mapnejckiifgnmkokfpfbelpajdhcifo |
Beschreibung | Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its… |
Dateigröße | 1.31 MB |
Installationsanzahl | 42 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2024-01-08 |
Veröffentlichungsdatum | 2023-08-09 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | https://defendera.app |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://www.defendera.app/ |
URL der Datenschutzrichtlinien-Seite | https://www.defendera.app/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } } |