Promptly

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

What is Promptly?

Promptly is a Chrome extension developed by https://flipsidelabs.com, and its main feature is "Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Promptly Extension CRX File

Download Promptly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Promptly Promptly
ID cbbcphmidjdoikocpbjohadbncadphkh
Official URL https://chromewebstore.google.com/detail/promptly/cbbcphmidjdoikocpbjohadbncadphkh
Description Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.
File Size 87.96 KB
Installation Count 2,000
Current Version 1.6
Last Updated 2023-02-22
Publish Date 2023-02-02
Rating 5.00/5 Total 2 Ratings
Developer https://flipsidelabs.com
Email [email protected]
Payment Type free
Extension Website https://promptly.flipsidelabs.com/
Help Page URL https://promptly.flipsidelabs.com/
Supported Languages 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"
    }
}