Prompt Manager

Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…

Τι είναι το Prompt Manager;

Το Prompt Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον EarlyNode, και η κύρια λειτουργία του είναι "Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Prompt Manager

Λήψη αρχείων επέκτασης Prompt Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Never lose your prompts again!

The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney, Dall-E, Notion AI or any other AI tool you use to be more productive at work.

With the Prompt-Manager.com Extension you can:

- Save prompts in 1-click from ChatGPT
- Copy & Paste prompts into any AI tool with a single click
- Sort prompts in folders
- Find your saved prompts in seconds with a powerful search                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prompt Manager Prompt Manager
ID ngjapldfabekcmnkjikmpcdjlbnildom
Επίσημο URL https://chromewebstore.google.com/detail/prompt-manager/ngjapldfabekcmnkjikmpcdjlbnildom
Περιγραφή Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…
Μέγεθος Αρχείου 1.2 MB
Αριθμός Εγκαταστάσεων 592
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2023-06-22
Ημερομηνία Δημοσίευσης 2023-04-26
Αξιολόγηση 4.80/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής EarlyNode
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://earlynode.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prompt Manager",
    "version": "0.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-fb0004d7.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/chatgpt.png",
                "icons\/icon128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/home-helpers-2ede6f96.js",
                "assets\/get-url-8e9304b9.js",
                "assets\/content.tsx-edd90096.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms"
    ],
    "commands": {
        "sample_command": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Sample key command"
        }
    }
}