Improvise GPT

AI-based email and message improvisation using ChatGPT - A powerful and user-friendly solution for written communication.

什么是Improvise GPT?

Improvise GPT是由Improvise GPT开发的Chrome扩展程序,该扩展的主要功能是“AI-based email and message improvisation using ChatGPT - A powerful and user-friendly solution for written communication.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Improvise GPT扩展crx文件

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

扩展使用说明

                        Leveraging the power of AI through the GPT model (chat GPT), this innovative browser extension is designed to significantly enhance your productivity across various websites. Whether you're writing emails on Gmail or any other email client, this extension will help you craft more polished and accurate messages by providing grammar and spelling suggestions. Moreover, it opens up the possibility to compose emails in over 15 different languages, making communication more accessible and inclusive.

Here are some practical use cases for this versatile tool:

1. Seamlessly enhance your writing, including grammar and spell checks, across popular platforms like Google, LinkedIn, Facebook, Stack Overflow, Twitter, Reddit, and more.

2. With a simple click, you can effortlessly translate any content on any website into more than 15 languages, making language barriers a thing of the past.

3. For news enthusiasts, selecting an entire article and clicking a single button will generate a concise summary, saving valuable time without compromising on information.

4. Code improvement becomes effortless with the extension's ability to fix or enhance code in various programming languages.

Now, let's see how to make the most of this extension:

1. Begin by creating a ChatGPT account and signing in, which takes just a couple of minutes.

2. Upon visiting any website, simply select the content you want to work on, right-click, and discover the "Improvise" option in the context menu. This unlocks a wide array of features for your specific needs.

3. For Gmail or LinkedIn users, composing emails or messages becomes a breeze. Type your content, right-click on the textbox, and access the same "Improvise" menu.

4. In addition to the right-click option, you'll find a convenient extension button in the top-right corner of your Chrome browser. This button not only lets you see the original and improved versions of your content but also grants access to various other extension features.

It's important to note that this extension caters not only to content writers but to anyone who spends significant time browsing the web or writing and sending emails and messages.

As the extension is currently in its beta stage, your feedback is invaluable. Feel free to review or report any bugs you encounter, and rest assured that our team will promptly address them. We're also eager to hear your suggestions for new and enhanced features; don't hesitate to share them through reviews, and we'll be more than happy to incorporate them.

Join us in revolutionizing your online experience and maximizing productivity with this powerful AI-driven extension.                    

扩展基本信息

名称 Improvise GPT Improvise GPT
ID fbnonfcopbcaanlcmeaiabgmlapobdlp
官方URL https://chromewebstore.google.com/detail/improvise-gpt/fbnonfcopbcaanlcmeaiabgmlapobdlp
简介 AI-based email and message improvisation using ChatGPT - A powerful and user-friendly solution for written communication.
文件大小 61.43 KB
安装次数 48
当前版本 1.1
更新时间 2023-08-10
上架时间 2023-07-31
评分 4.83/5 共6次评分
开发者 Improvise GPT
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.improvisegpt.com/
隐私政策页面URL https://www.privacypolicies.com/live/6a5bf36b-a38f-4aa4-b7e6-dbc18ab164ff
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Improvise GPT",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "AI-based email and message improvisation using ChatGPT - A powerful and user-friendly solution for written communication.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ]
}