WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Promptly AI

Promptly AI

View on Chrome Web Store
View Promptly AI Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (37 ratings)
2 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Your personal prompt engineer!
Type
Extension
Users
8,000 users
1K
ananth.sankaralingam
View author page of ananth.sankaralingam
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 30, 2024
Version 0.2.8
Manifest version
3
Updated
Updated on May 7, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Promptly AI Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Promptly AI",
    "version": "0.2.8",
    "description": "Your personal prompt engineer!",
    "action": {
        "default_icon": {
            "16": "images\/Promptly-AI-Logo-16.png",
            "32": "images\/Promptly-AI-Logo-32.png",
            "48": "images\/Promptly-AI-Logo-48.png",
            "128": "images\/Promptly-AI-Logo-128.png"
        },
        "default_area": "sidePanel",
        "default_title": "Craft and Save Prompts"
    },
    "side_panel": {
        "default_path": "pages\/sidepanel.html"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "sidePanel",
        "storage",
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "images\/logo48.png",
        "128": "images\/promptly-logo-128.png"
    },
    "host_permissions": [
        "https:\/\/api.promptly.fyi\/chromeext\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "scripts\/gpt-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/claude.ai\/*"
            ],
            "js": [
                "scripts\/claude-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.perplexity.ai\/*"
            ],
            "js": [
                "scripts\/perplexity-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.deepseek.com\/*"
            ],
            "js": [
                "scripts\/deepseek.js"
            ]
        },
        {
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ],
            "js": [
                "scripts\/gemini.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Promptly-AI-Logo-32.png",
                "promptly_logo_18.png",
                "export-button.svg",
                "save-prompt.svg"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ]
        },
        {
            "resources": [
                "images\/Promptly-AI-Logo-32.png",
                "export-button.svg",
                "save-prompt.svg"
            ],
            "matches": [
                "https:\/\/claude.ai\/*"
            ]
        },
        {
            "resources": [
                "favicon-32x32.png",
                "export-button.svg",
                "save-prompt.svg"
            ],
            "matches": [
                "https:\/\/www.perplexity.ai\/*"
            ]
        },
        {
            "resources": [
                "Promptly-AI-Logo-32.png",
                "export-button.svg",
                "save-prompt.svg"
            ],
            "matches": [
                "https:\/\/chat.deepseek.com\/*"
            ]
        },
        {
            "resources": [
                "Promptly-AI-Logo-32.png",
                "export-button.svg",
                "save-prompt.svg"
            ],
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.promptly.fyi\/chromeext\/FM30dXpmjb8gKh8mSAlMy4Pvf8Uon2Xz9Bnkk4e https:\/\/api.promptly.fyi\/chromeext\/ja85fkdC5JZ1Spfah8mSAlMy4Pvf8Uon2Xz9Bnkk4e;"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top