PromptStorm - ChatGPT, Gemini, Claude Prompts

We give you loads of skillfully crafted engineered prompts that you can use with ChatGPT, Google Gemini and Claude.

Τι είναι το PromptStorm - ChatGPT, Gemini, Claude Prompts;

Το PromptStorm - ChatGPT, Gemini, Claude Prompts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://promptstorm.app, και η κύρια λειτουργία του είναι "We give you loads of skillfully crafted engineered prompts that you can use with ChatGPT, Google Gemini and Claude.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης PromptStorm - ChatGPT, Gemini, Claude Prompts

Λήψη αρχείων επέκτασης PromptStorm - ChatGPT, Gemini, Claude Prompts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        We give you loads of free skillfully crafted engineered prompts at your fingertips that you can use with ChatGPT, Google Gemini, and Anthropic's Claude.
A simple-to-use free Google Chrome plugin extension that unlocks all the potential of this revolutionary artificial intelligence technology. We give you loads of skillfully crafted engineered prompts at your fingertips that you can use with Chat GPT 3 & 4, Gemini, and Claude AI chatbots in just a few clicks by adding in just a bit of information.

It’s a free Chrome extension that hooks into the right side of your ChatGPT, Gemini, and Claude screen.

Learn anything - Unearth the answers you seek on any subject you can think of. Utilize ChatGPT, Gemini, and Claude to acquire new knowledge.

Master your productivity - From Articles, to Blogs, to Emails, to Reports, to plans for your new business, you can quickly craft written content that's easy to understand.

Become a marketing guru - Comprehensively layout your digital marketing, social media, and SEO plans.

Develop your projects faster - Effortlessly bring your computer coding ideas to life and test them with ease.

Get expert advice - Turn ChatGPT, Gemini, and Claude into a job coach, therapist, marketing manager, fitness trainer, trivia master, and even a travel guide.

Become a ChatGPT, Gemini, and Claude AI expert. Increase your productivity and knowledge with Prompt Storm.                    

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

Όνομα PromptStorm - ChatGPT, Gemini, Claude Prompts PromptStorm - ChatGPT, Gemini, Claude Prompts
ID gkcdaooannhlioejchebhpkllbcackig
Επίσημο URL https://chromewebstore.google.com/detail/promptstorm-chatgpt-gemin/gkcdaooannhlioejchebhpkllbcackig
Περιγραφή We give you loads of skillfully crafted engineered prompts that you can use with ChatGPT, Google Gemini and Claude.
Μέγεθος Αρχείου 34.82 KB
Αριθμός Εγκαταστάσεων 39,081
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2024-02-09
Ημερομηνία Δημοσίευσης 2023-03-13
Αξιολόγηση 4.24/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής https://promptstorm.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://promptstorm.app
Διεύθυνση URL της Σελίδας Βοήθειας https://promptstorm.app/contact
URL της Σελίδας Πολιτικής Απορρήτου https://promptstorm.app/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PromptStorm - ChatGPT, Gemini, Claude Prompts",
    "description": "We give you loads of skillfully crafted engineered prompts that you can use with ChatGPT, Google Gemini and Claude.",
    "version": "1.6",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/promptstorm-16.png",
        "32": "src\/assets\/icons\/promptstorm-32.png",
        "48": "src\/assets\/icons\/promptstorm-48.png",
        "128": "src\/assets\/icons\/promptstorm-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.f9da09eb.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/*.promptstorm.app\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/claude.ai\/*"
            ],
            "css": [
                "assets\/index.a537fe5d.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/promptstorm-16.png",
            "32": "src\/assets\/icons\/promptstorm-32.png",
            "48": "src\/assets\/icons\/promptstorm-48.png",
            "128": "src\/assets\/icons\/promptstorm-128.png"
        }
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.promptstorm.app\/*",
        "*:\/\/chat.openai.com\/*",
        "*:\/\/gemini.google.com\/*",
        "*:\/\/*.claude.ai\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.promptstorm.app\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/gemini.google.com\/*"
            ],
            "resources": [
                "assets\/storage.013c1453.js",
                "assets\/index.ts.8014e188.js"
            ],
            "use_dynamic_url": true
        }
    ]
}