GPT Macros

Create macros, use variables, and access pre-made prompts. Streamline your ChatGPT workflow now!

ما هو GPT Macros؟

GPT Macros هو إضافة Chrome تم تطويرها بواسطة Imageasy، والميزة الرئيسية لها هي "Create macros, use variables, and access pre-made prompts. Streamline your ChatGPT workflow now!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة GPT Macros

قم بتنزيل ملفات الامتداد GPT Macros بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        GPT Macros allows you to easily create custom macros from your frequently used prompts and rearrange them in any order you like. Use variables inside the prompts to supercharge your productivity.

Features:

🛠️ Create custom macros from your frequently used prompts
🔁 Rearrange macros in any order you like
🔢 Use variables inside the prompts
🌐 Use web parameters (scrape data from websites)
🤖 Use system prompts
🔍 Easily search for macros and prompts
📁 Access predefined prompts and macros

Variables usage example:

Use case: Create a prompt that asks for the macronutrients in different burgers, like the McChicken, Cheeseburger, or BigTasty.

Prompt: Write me macronutrients for ${burger}

Variables: [{"burger":"McChicken"},{"burger":"Cheeseburger"},{"burger":"BigTasty"}]

Try GPT Macros today and supercharge your ChatGPT workflow!

🚀 Update Alert! Version 1.2.2 🚀

🔄 Old Variables UI: Responding to your valuable feedback, we have reintroduced the old variables UI based on JSON object. Your user experience is our top priority.

🔄 Batched Runs: A major update for heavy users! You can now run a specified number of prompts in batches without hitting the GPT-4 model restrictions. Enjoy more flexibility and efficiency with this new feature.

📚 Instructions Page: Check out our new Instructions page, your go-to FAQ for all things related to the GPT Macros extension.

🔧 UI Builder Page: Editing big variable configurations can be challenging, so we've launched a new UI Builder page to make the process simpler and more efficient.

🌐 Improved Web Variables: We've enhanced our web variables, making them more robust and providing a smoother experience.

Thank you for your continued support and feedback. We're committed to enhancing the GPT Macros extension to make it your favorite browser tool. Stay tuned for more improvements in the future!                    

معلومات أساسية عن التمديد

الاسم GPT Macros GPT Macros
ID ecbfpbleejhlcgljokfamgjpmlppceda
عنوان URL الرسمي https://chromewebstore.google.com/detail/gpt-macros/ecbfpbleejhlcgljokfamgjpmlppceda
الوصف Create macros, use variables, and access pre-made prompts. Streamline your ChatGPT workflow now!
حجم الملف 2.51 MB
عدد التثبيتات 5,633
النسخة الحالية 1.2.3
آخر تحديث 2023-05-16
تاريخ النشر 2022-12-29
تقييم 3.96/5 مجموع تقييمات 27
المطور Imageasy
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.imageasyextension.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Macros",
    "description": "Create macros, use variables, and access pre-made prompts. Streamline your ChatGPT workflow now!",
    "version": "1.2.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtASVwVv4+YQs2tBHzSoLa10I\/o9K78bJJ\/x3tDr2YYHCVX83io8mtznMZbS8iR\/7tgAuR68p7oiCb5+kEAJUPss\/YaZQM2prBli0TokU5EiX8Ib6dOqIo3zykxPU2R5gxhp83vaEFmsnXYY4lUgyVNk3y\/RSSTpkD+0SDdDjgh5YSCkCgGFhk9OlzFuZox48wtmquhL7DnhSYO8uJG6lkCZMLYjRPWgEGyDYX80tgMSpG7Lu\/RGa54CXCLkqQwBMq6xYfFv\/mvE2j4q7Rv0TPqDdJF2A0iZoQHhoj0sgWVYiWL4BhbQ5jSEUGSKHexp2p09TUu7dCbpT+Uvqsyi1IQIDAQAB",
    "oauth2": {
        "client_id": "998763332452-6v31kcj6gcsei3oo5b10havhl54e7tsc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "instructions.html",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "variables.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}