Promptly

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

什么是Promptly?

Promptly是由https://flipsidelabs.com开发的Chrome扩展程序,该扩展的主要功能是“Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.”。

扩展截图

screenshot
screenshot
screenshot

下载Promptly扩展crx文件

下载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"
    }
}