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.

Was ist Work with gpt- ChatGPT based InstantPrompt?

Work with gpt- ChatGPT based InstantPrompt ist eine Chrome-Erweiterung, die von https://workwithgpt.com entwickelt wurde, und ihr Hauptmerkmal ist "Say goodbye to wasted time and productivity! With WorkWithGPT, generating responses on the same page is as simple as a right-click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Work with gpt- ChatGPT based InstantPrompt-Erweiterungs-CRX-Datei herunterladen

Laden Sie Work with gpt- ChatGPT based InstantPrompt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Work with gpt- ChatGPT based InstantPrompt Work with gpt- ChatGPT based InstantPrompt
ID fghidpcdlpnibijgebhbeconeclinjih
Offizielle URL https://chromewebstore.google.com/detail/work-with-gpt-chatgpt-bas/fghidpcdlpnibijgebhbeconeclinjih
Beschreibung Say goodbye to wasted time and productivity! With WorkWithGPT, generating responses on the same page is as simple as a right-click.
Dateigröße 162 KB
Installationsanzahl 1,308
Aktuelle Version 4.2.1
Letztes Update 2023-06-29
Veröffentlichungsdatum 2023-03-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://workwithgpt.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.workwithgpt.com/
URL der Datenschutzrichtlinien-Seite https://www.meetxcc.com/privacy
Unterstützte Sprachen 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": []
        }
    ]
}