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 - это расширение Chrome, разработанное https://workwithgpt.com, и его основная функция - "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

Скачать файл CRX расширения Work with gpt- ChatGPT based InstantPrompt

Скачайте файлы расширений 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": []
        }
    ]
}