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…

Qu'est-ce que DeftGPT - AI Chat GPT Writing Companion ?

DeftGPT - AI Chat GPT Writing Companion est une extension Chrome développée par https://deftgpt.com, et sa fonction principale est "DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DeftGPT - AI Chat GPT Writing Companion

Téléchargez les fichiers d'extension DeftGPT - AI Chat GPT Writing Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom DeftGPT - AI Chat GPT Writing Companion DeftGPT - AI Chat GPT Writing Companion
ID ofeanjpmjdifbpdcjakglfiphhdibokg
URL Officiel https://chromewebstore.google.com/detail/deftgpt-ai-chat-gpt-writi/ofeanjpmjdifbpdcjakglfiphhdibokg
Description DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…
Taille du Fichier 1.81 MB
Nombre d'Installations 3,000
Version Actuelle 2.4.7
Dernière Mise à Jour 2024-03-04
Date de Publication 2023-03-15
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://deftgpt.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.deftgpt.com/
URL de la Page d'Aide https://www.deftgpt.com/
URL de la Page de Politique de Confidentialité https://deftgpt.com/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}