Generate Proposal
AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click
Cos'è Generate Proposal?
Generate Proposal è un'estensione di Chrome sviluppata da https://generateproposal.com, e la sua funzione principale è "AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Generate Proposal
Scarica i file di estensione Generate Proposal 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
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.
Informazioni di Base sull'Estensione
Nome | Generate Proposal |
ID | okbaokbebkidmjhpcdbhdbdgchemfooc |
URL Ufficiale | https://chromewebstore.google.com/detail/generate-proposal/okbaokbebkidmjhpcdbhdbdgchemfooc |
Descrizione | AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click |
Dimensione del File | 1.78 MB |
Conteggio Installazioni | 767 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2023-11-09 |
Data di Pubblicazione | 2023-01-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://generateproposal.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.generateproposal.com |
URL della Pagina di Aiuto | https://www.generateproposal.com |
URL della Pagina della Politica sulla Privacy | https://generateproposal.com/privacy-policy |
Lingue Supportate | 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" } } |