Proposal Genie
An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.
Proposal Genieとは何ですか?
Proposal Genieはrajeshthiagu99によって開発されたChromeの拡張機能で、その主な機能は「An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.」です。
拡張機能のスクリーンショット
Proposal Genie拡張機能のCRXファイルをダウンロード
Proposal Genie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Proposal Genie |
ID | fogoljmljcflnonheindbcbgdkijiahn |
公式URL | https://chromewebstore.google.com/detail/proposal-genie/fogoljmljcflnonheindbcbgdkijiahn |
説明 | An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user. |
ファイルサイズ | 1.1 MB |
インストール数 | 232 |
現在のバージョン | 0.1.3 |
最終更新日 | 2023-01-04 |
公開日 | 2022-12-04 |
開発者 | rajeshthiagu99 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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:\/\/*\/" ] } |