Proposal Genie
An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.
Cos'è Proposal Genie?
Proposal Genie è un'estensione di Chrome sviluppata da rajeshthiagu99, e la sua funzione principale è "An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proposal Genie
Scarica i file di estensione Proposal Genie 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
This AI-based Tool provides an easy and efficient way for freelancers to create a comprehensive proposal for a job in Upwork. The tool takes in user inputs such as the job heading and description as well as the user's professional experience and automatically generates a well-structured proposal for the freelancer to use. Informazioni di Base sull'Estensione
| Nome | |
| ID | fogoljmljcflnonheindbcbgdkijiahn |
| URL Ufficiale | https://chromewebstore.google.com/detail/proposal-genie/fogoljmljcflnonheindbcbgdkijiahn |
| Descrizione | An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user. |
| Dimensione del File | 1.1 MB |
| Conteggio Installazioni | 232 |
| Versione Corrente | 0.1.3 |
| Ultimo Aggiornamento | 2023-01-04 |
| Data di Pubblicazione | 2022-12-04 |
| Sviluppatore | rajeshthiagu99 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Proposal Genie",
"description": "An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.",
"version": "0.1.3",
"action": {
"default_popup": "index.html",
"default_title": "Open the popup"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/*\/"
]
} | |