Identify phishing emails with AI assistant

Spot phishing emails with AI Phishing Assistant — an AI-powered tool that will help you avoid online scams and keep you safer online

Identify phishing emails with AI assistant란 무엇입니까?

Identify phishing emails with AI assistant은(는) https://nordvpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spot phishing emails with AI Phishing Assistant — an AI-powered tool that will help you avoid online scams and keep you safer online"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Identify phishing emails with AI assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Protection from phishing emails right in your browser — that's AI Phishing Assistant. Built to provide an additional line of defense for your digital communications, AI Phishing Assistant offers email scanning for Gmail to make your online life safer.
How does it work?
 1. User opens an email in Gmail and clicks the AI Phishing Assistant button to analyze the contents of the email using artificial intelligence.
 2. The user receives a risk evaluation for their email. AI Phishing Assistant will display the likelihood of it being a phishing scam, showing one of three risk levels: low, moderate, or high. 
 3. AI Phishing Assistant explains how it came to that decision. It searches for suspicious objects, and then it checks the language, links included in the email, the sender's name, their email address, and what the recipient is asked to do. If any of these aspects raise suspicions, it notifies the user.
 4. The user takes action. After receiving the scan results, the user can double-check the email themselves and act accordingly: delete the email immediately, contact the sender via other channels, or carry on as usual.

Phishing attacks are on the rise, luring you in and encouraging you to reveal personal information or trying to infect your device with malware. You don't always have time to think before you click — so let AI Phishing Assistant think for you. Protect your peace of mind without spending time on meticulous email inspections — get a thorough risk analysis of any email in seconds!

AI Phishing Assistant currently only works on Gmail.

Approved users only!

The extension is available for testing only to users who signed up for the waitlist. If you want to get access to AI Phishing Assistant, head over to labs.nordvpn.com, sign up, and wait for our email.                    

확장 프로그램 기본 정보

이름 Identify phishing emails with AI assistant Identify phishing emails with AI assistant
ID kcpopngcgdmccinhemgcnhcnoalhgkdh
공식 URL https://chromewebstore.google.com/detail/identify-phishing-emails/kcpopngcgdmccinhemgcnhcnoalhgkdh
설명 Spot phishing emails with AI Phishing Assistant — an AI-powered tool that will help you avoid online scams and keep you safer online
파일 크기 1.34 MB
설치 횟수 906
현재 버전 0.0.36
최근 업데이트 2023-11-24
출시 날짜 2023-10-19
평점 4.17/5 총 6 개의 평점
개발자 https://nordvpn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nordvpn.com
도움말 페이지 URL https://support.nordvpn.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.0.36",
    "name": "Identify phishing emails with AI assistant",
    "description": "Spot phishing emails with AI Phishing Assistant \u2014 an AI-powered tool that will help you avoid online scams and keep you safer online",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "offscreen",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "main.b48b1b30.js"
            ],
            "all_frames": false,
            "css": [
                "font.27036ef9.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/nordvpn.zendesk.com\/api\/v2\/*",
        "https:\/\/debug.nordvpn.com\/*",
        "https:\/\/api.nordvpn.com\/*",
        "https:\/\/labs.nordvpn.com\/*",
        "https:\/\/sonar.nlabs-gnrl-p-ue1.mountainkube.com\/*",
        "https:\/\/sonar.nordvpn.com\/*",
        "https:\/\/www.google-analytics.com\/mp\/collect*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "main.e041ba45.css",
                "main.df721315.gif",
                "main.68bba76b.gif"
            ]
        }
    ]
}