Ask GPT

Empowering users with AI, this extension can swiftly produce answers, replies, and essays about any topic.

Ask GPTคืออะไร?

Ask GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย J และคุณลักษณะหลักของมันคือ "Empowering users with AI, this extension can swiftly produce answers, replies, and essays about any topic."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ask GPT

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

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

                        No sign up required! Users can have immediate access the power of this advanced natural language processing technology to obtain accurate and comprehensive answers to their queries.
This chrome extension is designed to provide users with the ability to ask questions and receive answers quickly and easily using ChatGPT's API. 

Whether you need help with research, want to learn more about a topic, or simply want to satisfy your curiosity, this extension can help you get the answers you need in a matter of seconds. It is easy to use and intuitive, making it a great tool for anyone who needs to access information quickly and efficiently.

Overall, this extension is a valuable tool for anyone who needs fast, accurate answers to their questions. Whether you're a student, a researcher, or just someone who wants to learn more about the world around them, this extension can help you access the information you need quickly and easily.                    

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

ชื่อ Ask GPT Ask GPT
ID ihenjheffdoojicaemilfcdcjglimpme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ask-gpt/ihenjheffdoojicaemilfcdcjglimpme
คำอธิบาย Empowering users with AI, this extension can swiftly produce answers, replies, and essays about any topic.
ขนาดไฟล์ 84.39 KB
จำนวนการติดตั้ง 1,771
เวอร์ชันปัจจุบัน 2.7.2
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-03-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา J
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,vi,tr,es,it,ru,mr,hi,bn,ta,te,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "2.7.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}