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 là gì?

PhishTector - Gmail Phishing Detector là một tiện ích mở rộng Chrome được phát triển bởi srahmannur, và tính năng chính của nó là "Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PhishTector - Gmail Phishing Detector

Tải xuống các tệp mở rộng PhishTector - Gmail Phishing Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PhishTector - Gmail Phishing Detector PhishTector - Gmail Phishing Detector
ID gfjkdoaakpmmdijfnpbieicldboeimka
URL Chính Thức https://chromewebstore.google.com/detail/phishtector-gmail-phishin/gfjkdoaakpmmdijfnpbieicldboeimka
Mô tả Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen
Kích Thước Tệp 699 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-08-05
Ngày Phát Hành 2022-05-30
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển srahmannur
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://youtu.be/FTp3u-G_IzQ
URL Trang Trợ Giúp https://youtu.be/FTp3u-G_IzQ
URL Trang Chính Sách Bảo Mật https://furney938955827.wordpress.com/2022/05/29/phishtector-email-phishing-detector-for-gmail
Ngôn Ngữ Được Hỗ Trợ 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!"
    }
}