Chat GPT

Automate Chat GPT Prompts With Our Chat GPT Chrome Extension

Chat GPTคืออะไร?

Chat GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromegpt.net และคุณลักษณะหลักของมันคือ "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension"

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing ChromeGPT - a ChatGPT chrome extension productivity tool for anyone who wants to save time and streamline their ChatGPT workflow! 

With this ChatGPT Chrome extension, you can create custom ChatGPT prompt library that can be used again and again with the click of a button, eliminating the need for repetitive typing or switching back and forth between tabs on Google Chrome. 

After creating your re-usable ChatGPT prompts in the options page, you can highlight text on any webpage, right-click and select one of your pre-saved prompts. Our ChatGPT chrome extension automates the rest of the process for you, saving you time and effort of copying/pasting/typing manually.

If you are looking for a ChatGPT chrome extension that saves you time, download our ChromeGPT extension today.                    

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

ชื่อ Chat GPT Chat GPT
ID diaiocjbahpbddjgnhkejfiiialifono
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chat-gpt/diaiocjbahpbddjgnhkejfiiialifono
คำอธิบาย Automate Chat GPT Prompts With Our Chat GPT Chrome Extension
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.7.6
อัปเดตครั้งล่าสุด 2024-01-01
วันที่เผยแพร่ 2023-05-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://chromegpt.net
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.chromegpt.net
URL หน้าช่วยเหลือ https://www.chromegpt.net/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.chromegpt.net/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat GPT",
    "version": "1.7.6",
    "description": "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "omnibox": {
        "keyword": "gpt:"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/fontawesome.min.css",
                "css\/regular.min.css"
            ],
            "js": [
                "js\/scripts\/chatPrompt.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/styles.css",
                "css\/fontawesome.min.css",
                "webfonts\/fa-regular-400.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-32.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Chrome GPT",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html"
}