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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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:\/\/*\/"
]
} | |