CATCH! Email Scanner

AI Email Scanner - Don't get scammed again!

Wat is CATCH! Email Scanner?

CATCH! Email Scanner is een Chrome-extensie ontwikkeld door catchdev91, en de belangrijkste functie is "AI Email Scanner - Don't get scammed again!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CATCH! Email Scanner

Download CATCH! Email Scanner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CATCH! Email Scanner CATCH! Email Scanner
ID aoekgchdbojkdkgokpcgakfefffikebk
Officiële URL https://chromewebstore.google.com/detail/catch-email-scanner/aoekgchdbojkdkgokpcgakfefffikebk
Beschrijving AI Email Scanner - Don't get scammed again!
Bestandsgrootte 61.65 KB
Aantal Installaties 56
Huidige Versie 1.1
Laatst Bijgewerkt 2023-07-27
Publicatiedatum 2023-07-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar catchdev91
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}