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…

Co je DeftGPT - AI Chat GPT Writing Companion?

DeftGPT - AI Chat GPT Writing Companion je rozšíření Chrome vyvinuté https://deftgpt.com, a jeho hlavní funkcí je „DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DeftGPT - AI Chat GPT Writing Companion

Stáhněte si soubory rozšíření DeftGPT - AI Chat GPT Writing Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název DeftGPT - AI Chat GPT Writing Companion DeftGPT - AI Chat GPT Writing Companion
ID ofeanjpmjdifbpdcjakglfiphhdibokg
Oficiální URL https://chromewebstore.google.com/detail/deftgpt-ai-chat-gpt-writi/ofeanjpmjdifbpdcjakglfiphhdibokg
Popis DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…
Velikost souboru 1.81 MB
Počet instalací 3,000
Aktuální Verze 2.4.7
Poslední Aktualizace 2024-03-04
Datum Vydání 2023-03-15
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář https://deftgpt.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.deftgpt.com/
URL Stránky Nápovědy https://www.deftgpt.com/
URL Stránky Zásad Ochrany Soukromí https://deftgpt.com/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}