EasyGPT

EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…

EasyGPTคืออะไร?

EasyGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Expertzz และคุณลักษณะหลักของมันคือ "EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…"

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

screenshot

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

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

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

                        EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI by simply selecting options from drop-down menus. This intuitive platform enables users to effortlessly define their role, task, tone, output format, and subject matter, ensuring that your interaction with ChatGPT is both efficient and effective. By incorporating EasyGPT's seamless navigation system, users can optimize their use of ChatGPT, opening doors to a wide array of applications across industries and disciplines.                    

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

ชื่อ EasyGPT EasyGPT
ID clndenahmfgcghljfaphfbejgpncieij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easygpt/clndenahmfgcghljfaphfbejgpncieij
คำอธิบาย EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…
ขนาดไฟล์ 336 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-05-25
วันที่เผยแพร่ 2023-05-09
ผู้พัฒนา Expertzz
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://expertzz.com/data-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyGPT",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}