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.

Co to jest Work with gpt- ChatGPT based InstantPrompt?

Work with gpt- ChatGPT based InstantPrompt to rozszerzenie Chrome opracowane przez https://workwithgpt.com, a jego główną funkcją jest „Say goodbye to wasted time and productivity! With WorkWithGPT, generating responses on the same page is as simple as a right-click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Work with gpt- ChatGPT based InstantPrompt

Pobierz pliki rozszerzeń Work with gpt- ChatGPT based InstantPrompt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Work with gpt- ChatGPT based InstantPrompt Work with gpt- ChatGPT based InstantPrompt
ID fghidpcdlpnibijgebhbeconeclinjih
Oficjalny URL https://chromewebstore.google.com/detail/work-with-gpt-chatgpt-bas/fghidpcdlpnibijgebhbeconeclinjih
Opis Say goodbye to wasted time and productivity! With WorkWithGPT, generating responses on the same page is as simple as a right-click.
Rozmiar pliku 162 KB
Liczba instalacji 1,308
Aktualna Wersja 4.2.1
Ostatnia Aktualizacja 2023-06-29
Data Publikacji 2023-03-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://workwithgpt.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.workwithgpt.com/
Adres URL Strony Polityki Prywatności https://www.meetxcc.com/privacy
Obsługiwane Języki 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": []
        }
    ]
}