ReplyPal: WhatsApp Telegram Linkedin Gmail...

ChatGPT plugin for Whatsapp, Linkedin, Twitter, GPT4 GMail, Free AI Assistant Writer!

ReplyPal: WhatsApp Telegram Linkedin Gmail...คืออะไร?

ReplyPal: WhatsApp Telegram Linkedin Gmail... เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gpt4chat.net และคุณลักษณะหลักของมันคือ "ChatGPT plugin for Whatsapp, Linkedin, Twitter, GPT4 GMail, Free AI Assistant Writer!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReplyPal: WhatsApp Telegram Linkedin Gmail...

ดาวน์โหลดไฟล์ส่วนขยาย ReplyPal: WhatsApp Telegram Linkedin Gmail... ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        GPT-4 Chat: AI for Messenger is a free tool for individuals who may face challenges in writing in English or any other language. It offers features such as grammar correction and message rewriting to enhance the quality of your written communication. Additionally, it provides suggestions for replies, making it easier to respond to messages quickly and effectively. Whether you are a non-native speaker or simply struggle with writing, this extension can be an invaluable resource to help you communicate more clearly and confidently.

This Chrome extension integrates ChatGPT into various messaging platforms. By adding a GPT button, it utilizes your chat history and text input to assist you in crafting messages. Best of all, it's entirely free!

**Features:**

* Grammar correction: With one click, you can correct the grammar of your selected text, ensuring that your writing is free of errors and easy to read.
* Selected text rewriting: The extension can rewrite your selected text in various styles, allowing you to experiment with different phrasing and find the best way to express your ideas.
* Reply suggestions: Based on your chat history and your draft reply, the tool suggests messages in various styles and tones.
* Custom actions: You can create custom quick access prompts for selected text, enabling you to perform actions such as translating, summarizing, or analyzing text with just one click.
* Custom profiles and prompt modification: You can edit existing prompts and create custom persona profiles for chat.

Please be aware that this new extension may not be compatible with all Chromium browsers and has only been tested on Chrome. Additionally, GPT-4 features are available exclusively for ChatGPT Plus Subscription users, while free plan users will have access to GPT-3.5.

Update 3.3:
Added Gpt4-turbo support

Update 3.1:
Fixed Discord

Update 2.5:
Added outlook and Slack support

Update 2.4:
Added support for GPT-4
Added LinkedIn support
Renamed the chat tool from "ReplyPal" to "GPT4"
Added functionality to rewrite, summarize, fix grammar, and create custom actions

Update 2.2:
Added a GPT form filler for websites: select text and right-click "Answer to" in the context menu
Added support for LinkedIn and Slack

Update 1.7:
Added Twitter and WhatsApp support
Added the ability to select text and generate a reply based on the selected text, as requested by our community

Update 1.4:
Added an "About Me" section in the settings to personalize your messages

Update 1.3:
Added beta support for Discord and Reddit

Update 1.2:
Added support for Messenger and Telegram
Improved Gmail support!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ReplyPal: WhatsApp Telegram Linkedin Gmail... ReplyPal: WhatsApp Telegram Linkedin Gmail...
ID oiccingikjdlgefjabanlbkapomljmpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/replypal-whatsapp-telegra/oiccingikjdlgefjabanlbkapomljmpl
คำอธิบาย ChatGPT plugin for Whatsapp, Linkedin, Twitter, GPT4 GMail, Free AI Assistant Writer!
ขนาดไฟล์ 735 KB
จำนวนการติดตั้ง 10,027
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2023-12-22
วันที่เผยแพร่ 2023-02-16
คะแนน 4.39/5 รวมทั้งหมด 101 คะแนน
ผู้พัฒนา https://gpt4chat.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gpt4chat.net/
URL หน้าช่วยเหลือ https://discord.gg/88fQT5Bgfe
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,fi,sv,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReplyPal: WhatsApp Telegram Linkedin Gmail...",
    "description": "__MSG_appDesc__",
    "version": "3.3",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentChat.js",
                "contentSettings.js",
                "contentMain.js",
                "contentPanel.js",
                "contentSelector.js",
                "contentButton.js",
                "Utility.js",
                "backgroundAI.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en"
}