CATCH! Email Scanner

AI Email Scanner - Don't get scammed again!

Cos'è CATCH! Email Scanner?

CATCH! Email Scanner è un'estensione di Chrome sviluppata da catchdev91, e la sua funzione principale è "AI Email Scanner - Don't get scammed again!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CATCH! Email Scanner

Scarica i file di estensione CATCH! Email Scanner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CATCH! Email Scanner CATCH! Email Scanner
ID aoekgchdbojkdkgokpcgakfefffikebk
URL Ufficiale https://chromewebstore.google.com/detail/catch-email-scanner/aoekgchdbojkdkgokpcgakfefffikebk
Descrizione AI Email Scanner - Don't get scammed again!
Dimensione del File 61.65 KB
Conteggio Installazioni 56
Versione Corrente 1.1
Ultimo Aggiornamento 2023-07-27
Data di Pubblicazione 2023-07-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore catchdev91
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}