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

What is Identify phishing emails with AI assistant?

Identify phishing emails with AI assistant is a Chrome extension developed by https://nordvpn.com, and its main feature is "Spot phishing emails with AI Phishing Assistant — an AI-powered tool that will help you avoid online scams and keep you safer online".

Extension Screenshots

screenshot
screenshot
screenshot

Download Identify phishing emails with AI assistant Extension CRX File

Download Identify phishing emails with AI assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Identify phishing emails with AI assistant Identify phishing emails with AI assistant
ID kcpopngcgdmccinhemgcnhcnoalhgkdh
Official URL https://chromewebstore.google.com/detail/identify-phishing-emails/kcpopngcgdmccinhemgcnhcnoalhgkdh
Description Spot phishing emails with AI Phishing Assistant — an AI-powered tool that will help you avoid online scams and keep you safer online
File Size 1.34 MB
Installation Count 906
Current Version 0.0.36
Last Updated 2023-11-24
Publish Date 2023-10-19
Rating 4.17/5 Total 6 Ratings
Developer https://nordvpn.com
Email [email protected]
Payment Type free
Extension Website https://nordvpn.com
Help Page URL https://support.nordvpn.com
Supported Languages 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"
            ]
        }
    ]
}