DeftGPT - AI Chat GPT Writing Companion

DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…

Was ist DeftGPT - AI Chat GPT Writing Companion?

DeftGPT - AI Chat GPT Writing Companion ist eine Chrome-Erweiterung, die von https://deftgpt.com entwickelt wurde, und ihr Hauptmerkmal ist "DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

DeftGPT - AI Chat GPT Writing Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie DeftGPT - AI Chat GPT Writing Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your browser. With a daily limit of 10 inquiries, it's free to use, but if you need unlimited access, you can always upgrade. Additionally, it's available in all countries, so no matter where you are, you can use DeftGPT.
 
 
With DeftGPT you can:
➤ Simplify Your Email Workflow: Generate High-Quality Emails Directly from Gmail, Summarize Long Emails and Threads, Get Timeline Summaries, and Reply Instantly to Save Time and Effort.
  
➤ Team management: DeftGPT simplifies management by enabling you to invite unlimited members to your organization account. This saves you money while boosting overall productivity. Plus, with our plan, you can unify your billing into one account for added convenience. Join now and streamline your team management processes!
  

➤ Chat with PDF or any document: From legal agreements to financial reports, DeftGPT allows you to gain insights from your documents immediately! Simply ask questions, receive summaries, locate information, and much more. Additionally, it is compatible with various formats, including PDF, txt, docx, doc, and even eml!


➤Get ChatGPT-like results right next to Google Search:  the perfect tool for accurate and reliable search results alongside Google. Say goodbye to irrelevant data, and get precise answers with our intelligent integration. Optimize your search experience with DeftGPT!

➤Create content anytime on Chrome: Craft exceptional content with ease using Chrome by pressing your customized shortcut. This quick and effortless way allows you to produce distinctive and engaging content or modify the existing text for tasks such as revising social media bios or condensing articles. Also, you can customize the shortcut according to your preference.
 
➤Use DeftGPT anywhere: DeftGPT is your go-to tool for seamless integration across a variety of platforms. Use it in popular applications such as Google Docs, email clients, and social media. Plus, with its versatility, DeftGPT works effortlessly with platforms like Gmail, LinkedIn, Twitter, Facebook, and more.
 
DeftGPT streamlines your online presence, making it effortless to connect with others, generate engaging content, and amplify your reach. Our platform simplifies communication and content creation, saving you valuable time and effort. Boost your productivity and efficiency by using DeftGPT today!                    

Grundlegende Informationen zur Erweiterung

Name DeftGPT - AI Chat GPT Writing Companion DeftGPT - AI Chat GPT Writing Companion
ID ofeanjpmjdifbpdcjakglfiphhdibokg
Offizielle URL https://chromewebstore.google.com/detail/deftgpt-ai-chat-gpt-writi/ofeanjpmjdifbpdcjakglfiphhdibokg
Beschreibung DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…
Dateigröße 1.81 MB
Installationsanzahl 3,000
Aktuelle Version 2.4.7
Letztes Update 2024-03-04
Veröffentlichungsdatum 2023-03-15
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler https://deftgpt.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.deftgpt.com/
Hilfeseite URL https://www.deftgpt.com/
URL der Datenschutzrichtlinien-Seite https://deftgpt.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DeftGPT - AI Chat GPT Writing Companion",
    "version": "2.4.7",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "scripting",
        "downloads",
        "identity"
    ],
    "action": {
        "default_title": "DeftGPT - AI Chat GPT Writing Companion"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "static\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "109996700884-ueseas1c22kej715ogr107hoimtk2noi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deftgpt.com\/*"
            ],
            "js": [
                "static\/content\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/content\/selection.js",
                "static\/content\/sidepanel.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.com\/search?*"
            ],
            "js": [
                "static\/content\/addon.js"
            ],
            "css": [
                "static\/css\/content\/addon.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "static\/content\/twitter.js"
            ],
            "css": [
                "static\/css\/content\/twitter.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "static\/content\/gmail.js"
            ],
            "css": [
                "static\/css\/content\/gmail.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/watch?*"
            ],
            "js": [
                "static\/content\/youtube.js"
            ],
            "css": [
                "static\/css\/content\/youtube.css"
            ]
        }
    ]
}