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!”。
擴展截圖
下載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 |
ID | aoekgchdbojkdkgokpcgakfefffikebk |
官方網址 | 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" } } |