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 |
官方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" } } |