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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!"
    }
}