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…
Cos'è PromptBox: Organize frequently used text?
PromptBox: Organize frequently used text è un'estensione di Chrome sviluppata da https://promptbox.ai, e la sua funzione principale è "Save time by never having to re-type text again. WORKS BEST FOR: ✅ Saving email/text responses (with variables) ✅ Mid-journey art…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PromptBox: Organize frequently used text
Scarica i file di estensione PromptBox: Organize frequently used text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PromptBox: Organize frequently used text |
ID | jekdojekbpnbboecmcokodmpgkkeogaj |
URL Ufficiale | https://chromewebstore.google.com/detail/promptbox-organize-freque/jekdojekbpnbboecmcokodmpgkkeogaj |
Descrizione | Save time by never having to re-type text again. WORKS BEST FOR: ✅ Saving email/text responses (with variables) ✅ Mid-journey art… |
Dimensione del File | 2.94 MB |
Conteggio Installazioni | 10,793 |
Versione Corrente | 4.5.6 |
Ultimo Aggiornamento | 2024-01-30 |
Data di Pubblicazione | 2022-12-26 |
Valutazione | 4.59/5 Totale 27 Valutazioni |
Sviluppatore | https://promptbox.ai |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://www.promptbox.ai/ |
URL della Pagina di Aiuto | https://www.promptbox.ai/support |
URL della Pagina della Politica sulla Privacy | https://www.promptbox.ai/privacy-policy |
Lingue Supportate | 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": [ " |