Promptly

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

Qu'est-ce que Promptly ?

Promptly est une extension Chrome développée par https://flipsidelabs.com, et sa fonction principale est "Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Promptly

Téléchargez les fichiers d'extension Promptly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Promptly Promptly
ID cbbcphmidjdoikocpbjohadbncadphkh
URL Officiel https://chromewebstore.google.com/detail/promptly/cbbcphmidjdoikocpbjohadbncadphkh
Description Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.
Taille du Fichier 87.96 KB
Nombre d'Installations 2,000
Version Actuelle 1.6
Dernière Mise à Jour 2023-02-22
Date de Publication 2023-02-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://flipsidelabs.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://promptly.flipsidelabs.com/
URL de la Page d'Aide https://promptly.flipsidelabs.com/
Langues Prises en Charge 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"
    }
}