Work with gpt- ChatGPT based InstantPrompt

Say goodbye to wasted time and productivity! With WorkWithGPT, generating responses on the same page is as simple as a right-click.

什么是Work with gpt- ChatGPT based InstantPrompt?

Work with gpt- ChatGPT based InstantPrompt是由https://workwithgpt.com开发的Chrome扩展程序,该扩展的主要功能是“Say goodbye to wasted time and productivity! With WorkWithGPT, generating responses on the same page is as simple as a right-click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Work with gpt- ChatGPT based InstantPrompt扩展crx文件

下载Work with gpt- ChatGPT based InstantPrompt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WorkWithGPT is a Chrome application featuring ChatGPT that offers complimentary access to GPT-4 / Bard, in addition to functioning as a summarizer for blog and YouTube comments and as an AI writer for Gmail, Twitter, and LinkedIn. To use OpenAI's ChatGPT and GPT-4 across all websites, simply press +M.
WorkWithGPT unveils a groundbreaking user interface enabling the utilization of OpenAI's ChatGPT across all your preferred websites. It's designed to optimize AI benefits on Google Search, YouTube, Gmail, LinkedIn, Substack, along with over 10 million other websites. It also allows you to create or pin prompts from others for future use.


Key Benefits
⭐ Google Meet Transcription with ChatGPT
⭐ Conveniently utilize WorkWithGPT across all websites by pressing Ctrl+M
⭐ Summarize any webpage effortlessly with a single click
⭐ Access ChatGPT/Bard responses directly in your Google search results, eliminating the need for repeated OpenAI website logins.
⭐ Easily distill extensive blogs into essential points with a simple click, applicable on platforms like Medium, Slack, Twitter, and WhatsApp.
⭐ Quickly generate effective email responses to enhance efficiency.
⭐ Utilize an AI writer for increased social interaction on Twitter and LinkedIn.
⭐ Store frequently used prompts on WorkWithGPT to automate recurring tasks.
⭐ Leverage WorkWithGPT on LinkedIn, Gmail, and Twitter for automatically crafted responses on any of these platforms

😇 How do enable those feature in my browser ?
1. Download from the Chrome extension and register an account for free. 
2. From the below prompt link, click on the Pin button on the right, and it will automatically save to your account. You can use it after clicking on the extension.
3. When you reach a compatible webpage, the feature will automatically activate. Click the button to generate a response.



💫 More use case check here: https://www.workwithgpt.com/post/use-case-workwithgpt-~-release-the-chatgpt-power

You can also search different web pages, or tags, on WorkWithGPT to understand what tasks others are performing, and try it out. If you are interested, feel free to give it a try. 

🔒 SECURE TRANSCRIPTIONS
* OpenAI does not use data submitted via API to train OpenAI models
* All transcriptions are securely stored and are private by default
* Learn more about privacy here https://www.workwithgpt.com/privacy

🌟Version history
v4.2.0
*Support Google meet transcription
*Fixing some performance bug
*Change UI to small icon
*Add install and uninstall redirect page
v4.1.0
*Support Bard, GPT4, GPT4-Browsing
*Add disable setting, auto select font color setting
*chat can resizing and show photo.
*Auto Prompt can easy disable enable on site. Support get url/ all text/no input.
v4.0.0
*support Auto Prompt, easy and quick get text and chatgpt respond
*support history on your chatgpt account
*support pin other people autoprompt
v3.0.0 
* bug fix for old version. 
* Auto login chatgpt.
v2.0.0
* User could social login save prompts on many device.
v1.0.0
* Call prompts in every site.                    

扩展基本信息

名称 Work with gpt- ChatGPT based InstantPrompt Work with gpt- ChatGPT based InstantPrompt
ID fghidpcdlpnibijgebhbeconeclinjih
官方URL https://chromewebstore.google.com/detail/work-with-gpt-chatgpt-bas/fghidpcdlpnibijgebhbeconeclinjih
简介 Say goodbye to wasted time and productivity! With WorkWithGPT, generating responses on the same page is as simple as a right-click.
文件大小 162 KB
安装次数 1,308
当前版本 4.2.1
更新时间 2023-06-29
上架时间 2023-03-30
评分 5.00/5 共1次评分
开发者 https://workwithgpt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.workwithgpt.com/
隐私政策页面URL https://www.meetxcc.com/privacy
支持的语言 de,en,fr,tr,es,pt-PT,ru,uk,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "4.2.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "459308947982-cofohi3ol0ufc2tr1onb5et5716qss1g.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        ""
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}