ChatGPT Shortcut

Maximize your efficiency and productivity

ChatGPT Shortcutคืออะไร?

ChatGPT Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aishort.top และคุณลักษณะหลักของมันคือ "Maximize your efficiency and productivity"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        👉 Please right-click on the extension icon, and select "Options" to set your preferred language and display settings.

📦 This extension adds integrated pages and AIShort sidebar features to specified websites, currently supporting platforms like ChatGPT, Bard, Claude, and Yiyan by default.

Why use ChatGPT Shortcut?

AiShort provides a concise and easy-to-use list of AI instructions. Even without understanding of prompts, you can easily find the prompts suitable for various scenarios through filtering and searching, thus improving your productivity.

🚀 One-click prompts: With just one click, you can get a variety of prompts carefully selected by experts. Send them to AI language models like ChatGPT and you can get the expected output.

💻 Boost productivity: By using optimized prompts, you can get more accurate and practical feedback, thus effectively enhancing your work efficiency.

🌍 Optimization for Non-English Languages: We provide translations for English prompts in 12 major global languages, and support default responses in your mother tongue, which is convenient for non-English speakers to understand and use.

💾 Save prompts: Conveniently collect, edit, and manage your favorite prompts for future use.

🌐 Share prompts: Share your favorite prompts, collaborate with others, and inspire more ideas.

🗳️ Community voting system: Similar to Product Hunt or Reddit, the platform is community-driven. The best prompts will be pushed to the homepage.

Welcome to join our Discord community to exchange ideas and feedback.
Discord: https://discord.gg/PZTQfJ4GjX                    

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

ชื่อ ChatGPT Shortcut ChatGPT Shortcut
ID blcgeoojgdpodnmnhfpohphdhfncblnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-shortcut/blcgeoojgdpodnmnhfpohphdhfncblnj
คำอธิบาย Maximize your efficiency and productivity
ขนาดไฟล์ 39.33 MB
จำนวนการติดตั้ง 4,509
เวอร์ชันปัจจุบัน 3.1.9
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2023-04-25
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://aishort.top
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aishort.top/en/
URL หน้าช่วยเหลือ https://github.com/rockbenben/ChatGPT-Shortcut
URL หน้านโยบายความเป็นส่วนตัว https://www.aishort.top/docs/privacy-policy
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,ru,hi,bn,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Shortcut",
    "version": "3.1.9",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "icons": {
        "200": "logo.png"
    },
    "action": {
        "default_popup": "_locales\/en\/index.html",
        "default_icon": {
            "200": "logo.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "__MSG_activateExtension__"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "resources": [
                "assets\/icon.svg",
                "assets\/toggle.svg"
            ]
        }
    ]
}