SafeGPT

Safe Web Co-pilot.

Τι είναι το SafeGPT;

Το SafeGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AISOLO TECH PVT LTD, και η κύρια λειτουργία του είναι "Safe Web Co-pilot.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SafeGPT

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

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

                        safeGPT: Your Internet Co-pilot

safeGPT is not just a Chrome extension; it's your personal assistant for a secure and interactive online experience. With advanced features that go beyond real-time redaction of sensitive information, safeGPT now transforms how you interact with the web. Keep your sensitive information private, generate content, communicate with websites, and much more, all while customizing your browsing experience.

Features:

Your Internet Co-pilot: safeGPT guides your online journey, ensuring a safe and efficient browsing experience.

Redact Personal Info in Real-time: Automatically redacts sensitive data, like phone numbers, email addresses, Social Security numbers, PAN cards, Aadhaar numbers, passports, and American national ID numbers, as you type or paste them across websites.

Talk to Websites: Interact with web pages using natural language, making online tasks simpler and more intuitive.

Generate Content in Real-time: Instantly create text content for emails, reports, or social media posts as you browse.

Generate Images on the Fly: Need an image for your blog or presentation? Generate relevant and customized images instantly.

Customize Your Web Experience: Tailor how you browse the internet with personalized settings and features.

How to Use:
- Install safeGPT from the Chrome Web Store.
- Automatic Operation: Once installed, safeGPT seamlessly integrates with your web activities.
- Experience Enhanced Browsing: Whether it's redacting personal data, talking to websites, generating content or images, or customizing your experience, safeGPT does it all in the background while you browse.

Why safeGPT?

safeGPT is perfect for users who value their privacy and efficiency. Whether you are a professional handling sensitive information or a casual user who enjoys a tailored web experience, safeGPT is your go-to internet co-pilot.                    

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

Όνομα SafeGPT SafeGPT
ID fecdlcopjiaeaoachfgpocdgaanolkkc
Επίσημο URL https://chromewebstore.google.com/detail/safegpt/fecdlcopjiaeaoachfgpocdgaanolkkc
Περιγραφή Safe Web Co-pilot.
Μέγεθος Αρχείου 494 KB
Αριθμός Εγκαταστάσεων 767
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2023-12-09
Ημερομηνία Δημοσίευσης 2023-04-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής AISOLO TECH PVT LTD
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.getcopilot.online/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.getcopilot.online/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.getcopilot.online/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Safe Web Co-pilot.",
    "version": "2.0.1",
    "manifest_version": 3,
    "name": "SafeGPT",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ]
}