Giant Sentinel - Gmail™ Phishing Protection

Shield your Gmail™ inbox from phishing threats with Giant Sentinel - Real-time email analysis and protection.

Vad är Giant Sentinel - Gmail™ Phishing Protection?

Giant Sentinel - Gmail™ Phishing Protection är en Chrome-tillägg utvecklad av https://giantsentinel.com, och dess huvudfunktion är "Shield your Gmail™ inbox from phishing threats with Giant Sentinel - Real-time email analysis and protection.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Giant Sentinel - Gmail™ Phishing Protection-förlängningens CRX-fil

Ladda ner Giant Sentinel - Gmail™ Phishing Protection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Protect your emails from phishing and cyberattacks with Giant Sentinel, an AI-powered intelligent extension for Gmail.

Discover Giant Sentinel, the optimal protection solution against cyber threats and phishing attacks directly from your Gmail™ inbox. Utilizing ChatGPT artificial intelligence, Giant Sentinel analyzes each incoming email and secures your activity with a single click through our Chrome extension.

Get started for free, securing and analyzing up to 100 emails per month in your inbox. 

FEATURES

➤ No need to be a cybersecurity expert: install the Giant Sentinel extension with one click from the Chrome Web Store. In just a few seconds, the extension will be added to your browser and ready to protect your emails on Gmail.
➤ Secure your emails on Gmail™. Giant Sentinel analyzes all received emails, ensuring optimal protection against potential threats.
➤ No email is blocked, never miss any critical messages.
➤ Strengthen the security of your emails with ChatGPT artificial intelligence, which assesses the safety and potential risks of each email.
➤ Easily understand the nature of the threat: our AI assigns a risk score based on three easy-to-understand levels (Safe, Suspicious, and Dangerous), accompanied by a clear and concise explanation of the email's legitimacy.
➤ Data privacy respected: we do not store any of your data and are GDPR compliant.

HOW TO USE GIANT SENTINEL?

1. Install Giant Sentinel from the Chrome Web Store. Once installed, the extension will automatically activate for your Gmail™ account.
2. Open your Gmail™ inbox and let Giant Sentinel analyze your incoming emails in real-time: it's that simple.
3. Review the security assessments and notifications provided by Giant Sentinel for each email and make appropriate decisions based on the information provided.

Effectively protect yourself from phishing attacks and other email threats. Install Giant Sentinel now!

FREQUENTLY ASKED QUESTIONS

How does Giant Sentinel protect my emails?

Giant Sentinel analyzes all emails received in your Gmail™ inbox and uses ChatGPT artificial intelligence to assess their security level. The extension informs you if an email is safe or if it poses risks.

Does Giant Sentinel block potentially dangerous emails?

No, Giant Sentinel does not prevent the reception of potentially dangerous emails, but it provides a detailed security analysis for each email so you can make appropriate decisions. This way, you won't miss any email that could be a false positive.

How can I be sure my data is secure with Giant Sentinel?

Giant Sentinel is GDPR compliant and committed to respecting the privacy of your data. We only access the necessary information to analyze the security of your emails and do not store your personal data.

DATA PRIVACY

At Giant Sentinel, we take data protection very seriously. Your data remains secure, and we only access the strictly necessary information to assess the security of your emails.

Here is the data we access to operate Giant Sentinel:

Your email address - to associate the extension with your account
Received email headers - to analyze the security of each email

Giant Sentinel complies with privacy laws, including GDPR, to ensure the protection of your data.

https://giantsentinel.com                    

Grundläggande Information om Tillägg

Namn Giant Sentinel - Gmail™ Phishing Protection Giant Sentinel - Gmail™ Phishing Protection
ID agkhfjgfehnpcgamemmedhjlkcgnckgj
Officiell webbadress https://chromewebstore.google.com/detail/giant-sentinel-gmail-phis/agkhfjgfehnpcgamemmedhjlkcgnckgj
Beskrivning Shield your Gmail™ inbox from phishing threats with Giant Sentinel - Real-time email analysis and protection.
Filstorlek 194 KB
Antal Installationer 79
Aktuell Version 0.1.4
Senast Uppdaterad 2023-08-04
Publiceringsdatum 2023-07-11
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://giantsentinel.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://giantsentinel.com/
Hjälpsida URL https://giantsentinel.com/
Stödda Språk en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giant Sentinel - Gmail\u2122 Phishing Protection",
    "description": "Shield your Gmail\u2122 inbox from phishing threats with Giant Sentinel - Real-time email analysis and protection.",
    "version": "0.1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                ".\/scripts\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.giantsentinel.com\/*"
            ],
            "js": [
                ".\/scripts\/dashboard.js"
            ]
        }
    ],
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": ".\/icons\/Extension-icon-16.png",
            "32": ".\/icons\/Extension-icon-32.png",
            "48": ".\/icons\/Extension-icon-48.png",
            "128": ".\/icons\/Extension-icon-128.png"
        },
        "default_title": "Giant Sentinel",
        "default_popup": ".\/popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/logo-square.png",
                "styles\/styles.css",
                ".env"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/mail\/u\/*",
        "https:\/\/app.giantsentinel.com\/*"
    ]
}