Promptly

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

Was ist Promptly?

Promptly ist eine Chrome-Erweiterung, die von https://flipsidelabs.com entwickelt wurde, und ihr Hauptmerkmal ist "Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Promptly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Promptly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Promptly Promptly
ID cbbcphmidjdoikocpbjohadbncadphkh
Offizielle URL https://chromewebstore.google.com/detail/promptly/cbbcphmidjdoikocpbjohadbncadphkh
Beschreibung Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.
Dateigröße 87.96 KB
Installationsanzahl 2,000
Aktuelle Version 1.6
Letztes Update 2023-02-22
Veröffentlichungsdatum 2023-02-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://flipsidelabs.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://promptly.flipsidelabs.com/
Hilfeseite URL https://promptly.flipsidelabs.com/
Unterstützte Sprachen 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"
    }
}