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…

什么是DeftGPT - AI Chat GPT Writing Companion?

DeftGPT - AI Chat GPT Writing Companion是由https://deftgpt.com开发的Chrome扩展程序,该扩展的主要功能是“DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DeftGPT - AI Chat GPT Writing Companion扩展crx文件

下载DeftGPT - AI Chat GPT Writing Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 DeftGPT - AI Chat GPT Writing Companion DeftGPT - AI Chat GPT Writing Companion
ID ofeanjpmjdifbpdcjakglfiphhdibokg
官方URL https://chromewebstore.google.com/detail/deftgpt-ai-chat-gpt-writi/ofeanjpmjdifbpdcjakglfiphhdibokg
简介 DeftGPT is the advanced and upgraded version of ChatGPT, that provides you with instant access to information right on your…
文件大小 1.81 MB
安装次数 3,000
当前版本 2.4.7
更新时间 2024-03-04
上架时间 2023-03-15
评分 5.00/5 共8次评分
开发者 https://deftgpt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.deftgpt.com/
帮助页面URL https://www.deftgpt.com/
隐私政策页面URL https://deftgpt.com/privacy
支持的语言 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"
            ]
        }
    ]
}