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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}