PromptBox: Organize frequently used text

Save time by never having to re-type text again. WORKS BEST FOR: ✅ Saving email/text responses (with variables) ✅ Mid-journey art…

ما هو PromptBox: Organize frequently used text؟

PromptBox: Organize frequently used text هو إضافة Chrome تم تطويرها بواسطة https://promptbox.ai، والميزة الرئيسية لها هي "Save time by never having to re-type text again. WORKS BEST FOR: ✅ Saving email/text responses (with variables) ✅ Mid-journey art…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PromptBox: Organize frequently used text

قم بتنزيل ملفات الامتداد PromptBox: Organize frequently used text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Save time by never having to re-type text again.

WORKS BEST FOR:
✅ Saving email/text responses (with variables)
✅ Mid-journey art prompts (with variables for different outputs without re-typing the whole thing.
✅ Saving commonly shared links/loom videos/videos
✅ Large ChatGPT prompts

*NEW FEATURES*
✅ Paste with "/shortcuts" by simply putting a "/" and typing the prompt's code. 
✅ Right-click to save directly to PromptBox
✅ Search bar for faster text lookup
✅ Right-click to view the last 10 text saves (shows in a drop-down folder)
✅ Updated User Interface for titles, paragraphs, variables.
✅ Upload pictures to your prompts
✅ Desktop app coming soon for hot-key activation for all apps

FEATURES
✅ Access all frequently used text from your extension toolbar
✅ Organize your text/links/prompts with folders, colors, & icons
✅ Create reusable text templates with variables for unique copy-pastes
✅ Share your AI prompts with public links
✅ Compatible with all AI tools 

Whether you're a digital artist, copywriter, cold email blaster, or productivity hacker; quickly and easily store and share your prompts to get the most out of your AI workflow. 

Keep your favorite and most-used text/prompts organized

Start free today.                    

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

الاسم PromptBox: Organize frequently used text PromptBox: Organize frequently used text
ID jekdojekbpnbboecmcokodmpgkkeogaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/promptbox-organize-freque/jekdojekbpnbboecmcokodmpgkkeogaj
الوصف Save time by never having to re-type text again. WORKS BEST FOR: ✅ Saving email/text responses (with variables) ✅ Mid-journey art…
حجم الملف 2.94 MB
عدد التثبيتات 10,793
النسخة الحالية 4.5.6
آخر تحديث 2024-01-30
تاريخ النشر 2022-12-26
تقييم 4.59/5 مجموع تقييمات 27
المطور https://promptbox.ai
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.promptbox.ai/
عنوان صفحة المساعدة https://www.promptbox.ai/support
عنوان صفحة سياسة الخصوصية https://www.promptbox.ai/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "",
    "version": "4.5.6",
    "manifest_version": 3,
    "name": "PromptBox: Organize frequently used text",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+E"
            },
            "description": "Open My Extension Popup"
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.promptbox.ai\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "mixkit-cooking-stopwatch-alert-1792.wav"
            ],
            "extension_ids": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "clipboardWrite",
        "identity"
    ],
    "oauth2": {
        "client_id": "236185108322-knjd1a4lnpmisufi4bijgn7s3bh2mcmv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/www.googleapis.com\/"
    ]
}