Nightfall DLP for ChatGPT

ChatGPT Data Leak Prevention (DLP) by Nightfall AI: Prevent Data Leaks and Protect Privacy

Τι είναι το Nightfall DLP for ChatGPT;

Το Nightfall DLP for ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nightfall AI, και η κύρια λειτουργία του είναι "ChatGPT Data Leak Prevention (DLP) by Nightfall AI: Prevent Data Leaks and Protect Privacy".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Nightfall DLP for ChatGPT

Λήψη αρχείων επέκτασης Nightfall DLP for ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ChatGPT is a powerful AI utility that can be used for a variety of tasks, such as generating text, translating languages, and writing different kinds of creative content. However, it is important to use ChatGPT safely and securely to prevent data leaks, protect privacy, and reduce risk.

Nightfall's ChatGPT DLP solution can help you:

- Prevent data leaks by intercepting sensitive data before it is submitted to OpenAI.
- Protect privacy by redacting sensitive data from ChatGPT prompts and responses.
- Stay compliant with industry standards such as HIPAA, SOC 2, and ISO 27001.
- Empower employees to self-heal data exposure risks without impeding their productivity.

Nightfall's ChatGPT DLP solution includes the following key features:

- **Tenant-specific policies:** Create and enforce tenant-specific policies to control how ChatGPT is used within your organization.
- **Custom detection rules:** Reduce false positive alerts by creating custom detection rules for sensitive data.
- **AI-based detectors:** Detect sensitive data using Nightfall's AI-based detectors spanning personally identifiable information, keys and credentials, protected health information, payment card data, and more.
- **Custom notifications:** Educate employees with custom notifications when they attempt to submit sensitive data to ChatGPT.
- **Centralized management:** Monitor and respond to alerts from a single pane of glass.
- **Integrations:** Automate alerts to Slack, email, or your SIEM of choice.

Install the Chrome extension to try it for free. Learn more or schedule a demo with a Nightfall expert on our website: https://nightfall.ai/integrations/chatgpt

Why Nightfall? 
Achieve and Maintain Compliance
Reduce data exposure and improve systems hygiene to meet compliance requirements. 

Identify and Mitigate Risk
Monitor SaaS applications for sensitive data sprawl, both historically and in real time.

Reduce Operational Costs
Cut down on total cost of ownership with quick installation, real-time monitoring, and low maintenance.

Create a Seamless Employee Experience
Build a security-minded culture without blocking employee workflows.


Trusted by the Most Innovative Companies 

About Nightfall for GenAI
Nightfall AI is the first cloud-native data protection platform that protects PII, PHI, PCI, and other sensitive data to help organizations achieve compliance with leading industry frameworks. Nightfall is backed by Bain Capital Ventures, Venrock, WestBridge Capital, and Webb Investment Network as well as a cadre of CEOs and professional athletes. 
For more information please contact [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Nightfall DLP for ChatGPT Nightfall DLP for ChatGPT
ID jgmgecncmjklkabkejnjfgfkglapfgek
Επίσημο URL https://chromewebstore.google.com/detail/nightfall-dlp-for-chatgpt/jgmgecncmjklkabkejnjfgfkglapfgek
Περιγραφή ChatGPT Data Leak Prevention (DLP) by Nightfall AI: Prevent Data Leaks and Protect Privacy
Μέγεθος Αρχείου 309 KB
Αριθμός Εγκαταστάσεων 4,910
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2023-07-29
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής Nightfall AI
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.nightfall.ai/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.nightfall.ai/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://www.nightfall.ai/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nightfall DLP for ChatGPT",
    "description": "ChatGPT Data Leak Prevention (DLP) by Nightfall AI: Prevent Data Leaks and Protect Privacy",
    "version": "2.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "src\/extension-popup\/login-popup\/login-popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "96": "icon\/96.png",
            "128": "icon\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/scripts\/contentScript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/scripts\/background.js"
    },
    "permissions": [
        "identity",
        "identity.email",
        "cookies",
        "tabs",
        "storage"
    ],
    "oauth2": {
        "client_id": "1088094470518-78rkhmpb4de8hj663tlntdlh5avri759.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "host_permissions": [
        "https:\/\/extension.nightfall.ai\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.jpg"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}