Promptly

Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.

Promptlyคืออะไร?

Promptly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flipsidelabs.com และคุณลักษณะหลักของมันคือ "Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others."

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

screenshot
screenshot
screenshot

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

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

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

                        Promptly is a tool that enhances the capabilities of AI writing software such as ChatGPT, Jasper, or others. It offers a collection of pre-written prompts that users can use as a starting point for their writing projects, helping to streamline the creative process and make it easier to generate high-quality content. With this item, users can quickly access a variety of writing prompts, from simple questions to more complex scenarios, and start generating content in just a few clicks. Whether you're a writer, marketer, or content creator, this item can help you produce engaging, compelling content more efficiently, making it a must-have for anyone looking to get the most out of their AI writing software.                    

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

ชื่อ Promptly Promptly
ID cbbcphmidjdoikocpbjohadbncadphkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/promptly/cbbcphmidjdoikocpbjohadbncadphkh
คำอธิบาย Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.
ขนาดไฟล์ 87.96 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2023-02-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://flipsidelabs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://promptly.flipsidelabs.com/
URL หน้าช่วยเหลือ https://promptly.flipsidelabs.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Promptly",
    "version": "1.6",
    "description": "Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/robo-advisor-16.png",
        "32": "images\/robo-advisor-32.png",
        "48": "images\/robo-advisor-48.png",
        "128": "images\/robo-advisor-128.png"
    }
}