CATCH! Email Scanner

AI Email Scanner - Don't get scammed again!

CATCH! Email Scannerとは何ですか?

CATCH! Email Scannerはcatchdev91によって開発されたChromeの拡張機能で、その主な機能は「AI Email Scanner - Don't get scammed again!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CATCH! Email Scanner拡張機能のCRXファイルをダウンロード

CATCH! Email Scanner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CATCH! Email Scanner CATCH! Email Scanner
ID aoekgchdbojkdkgokpcgakfefffikebk
公式URL https://chromewebstore.google.com/detail/catch-email-scanner/aoekgchdbojkdkgokpcgakfefffikebk
説明 AI Email Scanner - Don't get scammed again!
ファイルサイズ 61.65 KB
インストール数 56
現在のバージョン 1.1
最終更新日 2023-07-27
公開日 2023-07-25
評価 5.00/5 合計 3 レビュー
開発者 catchdev91
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}