Phish Alerts

Protect yourself and your dear ones from Phishing attacks, losing money and identity

Phish Alerts란 무엇입니까?

Phish Alerts은(는) https://phishalerts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect yourself and your dear ones from Phishing attacks, losing money and identity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Phish Alerts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stop Phishing in real time with PhishAlerts
Phishing websites tricks you into sharing your most sensitive data by imitating companies you trust. PhishAlerts uses the latest collaborated Databases and smart Tech Pattern to identify the phishing websites in real time and stops it.

Protect yourself and your loved ones from constantly evolving threat factors using our extension that can identify and alert before you get into the phishing trap.

Top Features includes
- Alerts you from Punny/Homoglyph websites
- Detect and warn against any fraud Financial websites
- Alerts you from visiting any Phishing website found in our updated Database of malicious urls
- Keeps you safe from loosing Credentials, Personal Details and Money                    

확장 프로그램 기본 정보

이름 Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
공식 URL https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
설명 Protect yourself and your dear ones from Phishing attacks, losing money and identity
파일 크기 151 KB
설치 횟수 243
현재 버전 0.0.3
최근 업데이트 2023-03-13
출시 날짜 2022-02-09
평점 4.95/5 총 19 개의 평점
개발자 https://phishalerts.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://phishalerts.com/
도움말 페이지 URL https://phishalerts.com/contact
개인정보 보호 정책 페이지 URL https://phishalerts.com/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phish Alerts",
    "description": "Protect yourself and your dear ones from Phishing attacks, losing money and identity",
    "version": "0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "workers\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/notice.html",
                "html\/verified.html",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/images\/fishing.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/firebase\/firebase-app.js",
                "js\/firebase\/firebase-firestore.js",
                "js\/app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": false,
            "all_frames": false,
            "css": [
                "css\/notice.css",
                "css\/verified.css"
            ]
        }
    ]
}