FYEO Agent Phishing Protection

FYEO Agent leverages FYEO's Fisko AI to protect against phishing attacks in the browser regardless of where the link originated.

FYEO Agent Phishing Protection क्या है?

FYEO Agent Phishing Protection FYEO Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FYEO Agent leverages FYEO's Fisko AI to protect against phishing attacks in the browser regardless of where the link originated."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FYEO Agent Phishing Protection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        FYEO Agent is a free browser extension that protects you from phishing attacks in real-time at the point of click - regardless of where you are clicking from be it email, discord desktop, telegram desktop, forums… anywhere!

Here are some of the features of FYEO Agent:

• Block phishing attacks in real-time: FYEO Agent uses FYEO’s Fisko AI to block malicious/phishing websites. This means that you are protected from phishing attacks no matter where you click on a link.
• Receive alerts when your email address was part of a data breach: FYEO Agent will notify you if your registered email address was part of a data breach. This way, you can take steps to protect your account.
• Manage leaked credential alerts directly in the FYEO Agent extension: You can manage leaked credential alerts directly in the FYEO Agent extension. This makes it easy to stay on top of your security.
• Setup takes less than 60 seconds: FYEO Agent is easy to set up. Just install the extension, set up your account and you're ready to go.

How does it work?

FYEO Agent uses a variety of techniques to protect you from phishing attacks, including:

• Scanning websites for known phishing indicators: FYEO Agent scans websites for known phishing indicators, such as typos, unusual formatting, and missing security certificates.
• Checking website reputation: FYEO Agent checks the reputation of websites against a database of known malicious websites.
• Using AI to identify new phishing threats: FYEO Agent uses FYEO’s Fisko AI to identify new phishing threats that are not yet in the database.

What are the benefits of using FYEO Agent?

• Protects you from phishing attacks in real time: FYEO Agent blocks phishing attacks before you can click on them, so you are never exposed to the risk of being phished.
• Easy to use: FYEO Agent is easy to install and use. Just install the extension and you're ready to go.
• Free: FYEO Agent is completely free to use.                    

एक्सटेंशन की मूल जानकारी

नाम FYEO Agent Phishing Protection FYEO Agent Phishing Protection
ID ediphelghjlaknllkjoichnnmnjjighn
आधिकारिक URL https://chromewebstore.google.com/detail/fyeo-agent-phishing-prote/ediphelghjlaknllkjoichnnmnjjighn
विवरण FYEO Agent leverages FYEO's Fisko AI to protect against phishing attacks in the browser regardless of where the link originated.
फ़ाइल का आकार 4.3 MB
स्थापना संख्या 141
वर्तमान संस्करण 1.1.27
अंतिम अपडेट 2023-11-25
प्रकाशन तिथि 2023-04-24
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर FYEO Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.fyeo.io/
सहायता पृष्ठ URL https://gofyeo.zendesk.com/
गोपनीयता नीति पृष्ठ URL https://www.fyeo.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "FYEO Agent",
    "name": "FYEO Agent Phishing Protection",
    "description": "FYEO Agent leverages FYEO's Fisko AI to protect against phishing attacks in the browser regardless of where the link originated.",
    "version": "1.1.27",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "FYEO Agent Phishing Protection"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "notifications",
        "tabs"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "commands": {
        "Ctrl+M": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Ctrl+M."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "static\/media\/*",
                "static\/data\/*"
            ]
        }
    ]
}