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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Proposal Genie
ID fogoljmljcflnonheindbcbgdkijiahn
官方網址 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:\/\/*\/"
    ]
}