CATCH! Email Scanner
AI Email Scanner - Don't get scammed again!
Was ist CATCH! Email Scanner?
CATCH! Email Scanner ist eine Chrome-Erweiterung, die von catchdev91 entwickelt wurde, und ihr Hauptmerkmal ist "AI Email Scanner - Don't get scammed again!".
Erweiterungsscreenshots
CATCH! Email Scanner-Erweiterungs-CRX-Datei herunterladen
Laden Sie CATCH! Email Scanner-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
Catch! Email Scanner is a Chrome extension that utilizes AI-powered email scanning to verify if an email is a potential scam or not. With the help of advanced natural language processing, the extension quickly identifies suspicious patterns and content in emails, providing real-time feedback to users. By empowering users to detect potential scams in their inbox, Catch! Email Scanner offers increased security and peace of mind, helping users avoid phishing attacks and fraudulent emails.
Grundlegende Informationen zur Erweiterung
Name | CATCH! Email Scanner |
ID | aoekgchdbojkdkgokpcgakfefffikebk |
Offizielle URL | https://chromewebstore.google.com/detail/catch-email-scanner/aoekgchdbojkdkgokpcgakfefffikebk |
Beschreibung | AI Email Scanner - Don't get scammed again! |
Dateigröße | 61.65 KB |
Installationsanzahl | 56 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-07-27 |
Veröffentlichungsdatum | 2023-07-25 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | catchdev91 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CATCH! Email Scanner", "version": "1.1", "description": "AI Email Scanner - Don't get scammed again!", "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/*.google.com\/*" ], "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_popup": "popup.html", "default_title": "CATCH! Email Scanner" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |