CATCH! Email Scanner

AI Email Scanner - Don't get scammed again!

CATCH! Email Scannerคืออะไร?

CATCH! Email Scanner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย catchdev91 และคุณลักษณะหลักของมันคือ "AI Email Scanner - Don't get scammed again!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CATCH! Email Scanner

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}