SharePrompts: Share your ChatGPT,Bard Prompts
SharePrompts is a Chrome extension that allows you to share your prompts with one click from ChatGPT and Bard
¿Qué es SharePrompts: Share your ChatGPT,Bard Prompts?
SharePrompts: Share your ChatGPT,Bard Prompts es una extensión de Chrome desarrollada por promptslab, y su función principal es "SharePrompts is a Chrome extension that allows you to share your prompts with one click from ChatGPT and Bard".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SharePrompts: Share your ChatGPT,Bard Prompts
Descarga archivos de extensión SharePrompts: Share your ChatGPT,Bard Prompts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Introducing the SharePrompts Extension - the ultimate tool for all ChatGPT enthusiasts! This Chrome extension allows you to save and easily access your ChatGPT or other LLMs conversations with just one click. With this Extension, you no longer have to worry about losing your favorite conversations. Simply click the extension icon to save the conversation, and it will be stored for future reference. You can even categorize and organize your saved conversations for easy retrieval later on. But that's not all! The Extension also lets you share permanent links to your ChatGPT conversations with your friends. No more copying and pasting long URLs or screenshots to show off your conversations. With just a few clicks, you can share your most hilarious or insightful ChatGPT conversations with your friends and family. You can keep it private or share with public. It's is the perfect way to keep track of your most entertaining or insightful conversations with ChatGPT. Whether you want to revisit a heated debate, remember a funny joke, or review an important piece of advice, this extension makes it easy to access all of your past conversations with just a few clicks. The Extension is perfect for those who love using ChatGPT for brainstorming, learning, or just having fun. Install it today and never lose your favorite ChatGPT conversations again!
Información Básica de la Extensión
Nombre | SharePrompts: Share your ChatGPT,Bard Prompts |
ID | nlgbjclibljpehlmcaeffhaijakaahce |
URL Oficial | https://chromewebstore.google.com/detail/shareprompts-share-your-c/nlgbjclibljpehlmcaeffhaijakaahce |
Descripción | SharePrompts is a Chrome extension that allows you to share your prompts with one click from ChatGPT and Bard |
Tamaño del Archivo | 342 KB |
Cantidad de Instalaciones | 41 |
Versión Actual | 2.1.0 |
Última Actualización | 2023-09-06 |
Fecha de Publicación | 2023-05-02 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | promptslab |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.shareprompts.ai |
URL de la Página de Ayuda | https://www.shareprompts.ai |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SharePrompts: Share your ChatGPT,Bard Prompts", "description": "SharePrompts is a Chrome extension that allows you to share your prompts with one click from ChatGPT and Bard", "version": "2.1.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "SharePrompts: Share your ChatGPT, Bard Prompts", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/bard.google.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ] } |