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
Eメール [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": []
        }
    ]
}