Generate Proposal
AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click
¿Qué es Generate Proposal?
Generate Proposal es una extensión de Chrome desarrollada por https://generateproposal.com, y su función principal es "AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Generate Proposal
Descarga archivos de extensión Generate Proposal 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
Are you tired of spending countless hours manually crafting proposals, only to face rejection after rejection? Say hello to the future of proposal writing — the AI-Powered Proposal Generator Chrome Extension. 📋 What Is It? This is not just another tool; it's your new personal proposal assistant, powered by OpenAI's advanced GPT technology. 💡 Features That Set Us Apart Specialized Profiles: Customize your profile to include your skills, experience, and job title. Our AI algorithms will craft proposals that are not just generic but personalized to each job description you aim for. Custom Instructions: Want to add your personal touch? Include custom instructions to ensure your proposals are uniquely yours, capturing nuances that only a human can bring. ✅ Why Choose Our Extension? Speed: Generate high-quality proposals in seconds, not hours. Precision: Tailor your proposals according to job-specific needs. Flexibility: From freelance gigs to corporate projects, we've got you covered.
Información Básica de la Extensión
Nombre | Generate Proposal |
ID | okbaokbebkidmjhpcdbhdbdgchemfooc |
URL Oficial | https://chromewebstore.google.com/detail/generate-proposal/okbaokbebkidmjhpcdbhdbdgchemfooc |
Descripción | AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click |
Tamaño del Archivo | 1.78 MB |
Cantidad de Instalaciones | 767 |
Versión Actual | 2.0.0 |
Última Actualización | 2023-11-09 |
Fecha de Publicación | 2023-01-22 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://generateproposal.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.generateproposal.com |
URL de la Página de Ayuda | https://www.generateproposal.com |
URL de la Página de Política de Privacidad | https://generateproposal.com/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Generate Proposal", "description": "AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click", "version": "2.0.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.upwork.com\/*\/proposals\/job\/*", "https:\/\/www.upwork.com\/*\/proposals\/interview\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "create-account.html", "login.html", "limit.html", "main.html", "options.html", "verify-email.html", "forgot-password.html", "img\/paper-icon.png", "js\/fingerprintjs.min.js" ], "matches": [ "https:\/\/www.upwork.com\/*" ] } ], "action": { "default_title": "Generate Proposal" }, "background": { "service_worker": "background.js" } } |