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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajeshthiagu99 และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proposal Genie

ดาวน์โหลดไฟล์ส่วนขยาย 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
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:\/\/*\/"
    ]
}