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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}