PhishTector - Gmail Phishing Detector

Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen

什么是PhishTector - Gmail Phishing Detector?

PhishTector - Gmail Phishing Detector是由srahmannur开发的Chrome扩展程序,该扩展的主要功能是“Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen”。

扩展截图

screenshot
screenshot
screenshot

下载PhishTector - Gmail Phishing Detector扩展crx文件

下载PhishTector - Gmail Phishing Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Detect and avoid phishing emails with PhishTector.

PhishTector offer solution by detecting phishing emails on Gmail using Machine Learning. It's a tool that helps you to avoid phishing emails, so you feel more secure when opening emails. PhishTector is user-friendly and accessible by anyone. It's also free.

Installation is super quick and easy, and you can be up and running in no time, with no advanced 
installation required.

Tutorial on how to use PhishTector: 
https://youtu.be/FTp3u-G_IzQ 

- How it works
PhishTector analyzes the emails that you currently open, by analyzing the sender's email, email content and attached urls using our Machine Learning model that is specifically trained for detecting email phishings. If a phishing email is detected, the "Phishing" indicator will appear, otherwise the "Safe" indicator will appear.

- Safety and Privacy
PhishTector will only analyze the currently opened email and the analysis will be executed when you press the button to scan. PhishTector does NOT record your emails or require your personal information.                    

扩展基本信息

名称 PhishTector - Gmail Phishing Detector PhishTector - Gmail Phishing Detector
ID gfjkdoaakpmmdijfnpbieicldboeimka
官方URL https://chromewebstore.google.com/detail/phishtector-gmail-phishin/gfjkdoaakpmmdijfnpbieicldboeimka
简介 Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen
文件大小 699 KB
安装次数 138
当前版本 1.0.2
更新时间 2022-08-05
上架时间 2022-05-30
评分 5.00/5 共12次评分
开发者 srahmannur
电子邮箱 [email protected]
付费类型 free
扩展官网 https://youtu.be/FTp3u-G_IzQ
帮助页面URL https://youtu.be/FTp3u-G_IzQ
隐私政策页面URL https://furney938955827.wordpress.com/2022/05/29/phishtector-email-phishing-detector-for-gmail
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PhishTector - Gmail Phishing Detector",
    "description": "Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen",
    "version": "1.0.2",
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Detect email phishing easily!"
    }
}