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…

Vad är DeftGPT - AI Chat GPT Writing Companion?

DeftGPT - AI Chat GPT Writing Companion är en Chrome-tillägg utvecklad av https://deftgpt.com, och dess huvudfunktion är "DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner DeftGPT - AI Chat GPT Writing Companion-förlängningens CRX-fil

Ladda ner DeftGPT - AI Chat GPT Writing Companion-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

                        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!                    

Grundläggande Information om Tillägg

Namn DeftGPT - AI Chat GPT Writing Companion DeftGPT - AI Chat GPT Writing Companion
ID ofeanjpmjdifbpdcjakglfiphhdibokg
Officiell webbadress https://chromewebstore.google.com/detail/deftgpt-ai-chat-gpt-writi/ofeanjpmjdifbpdcjakglfiphhdibokg
Beskrivning DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…
Filstorlek 1.81 MB
Antal Installationer 3,000
Aktuell Version 2.4.7
Senast Uppdaterad 2024-03-04
Publiceringsdatum 2023-03-15
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare https://deftgpt.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.deftgpt.com/
Hjälpsida URL https://www.deftgpt.com/
URL till Sekretesspolicy Sidan https://deftgpt.com/privacy
Stödda Språk 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"
            ]
        }
    ]
}