Generate Proposal

AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click

什麼是Generate Proposal?

Generate Proposal是由https://generateproposal.com開發的Chrome擴展程式,該擴展的主要功能是“AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click”。

擴展截圖

screenshot
screenshot

下載Generate Proposal擴展crx文件

下載Generate Proposal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you tired of spending countless hours manually crafting proposals, only to face rejection after rejection? Say hello to the future of proposal writing — the AI-Powered Proposal Generator Chrome Extension.

📋 What Is It?
This is not just another tool; it's your new personal proposal assistant, powered by OpenAI's advanced GPT technology.

💡 Features That Set Us Apart

Specialized Profiles: Customize your profile to include your skills, experience, and job title. Our AI algorithms will craft proposals that are not just generic but personalized to each job description you aim for.

Custom Instructions: Want to add your personal touch? Include custom instructions to ensure your proposals are uniquely yours, capturing nuances that only a human can bring.

✅ Why Choose Our Extension?

Speed: Generate high-quality proposals in seconds, not hours.

Precision: Tailor your proposals according to job-specific needs.

Flexibility: From freelance gigs to corporate projects, we've got you covered.                    

擴展基本資訊

名稱 Generate Proposal Generate Proposal
ID okbaokbebkidmjhpcdbhdbdgchemfooc
官方網址 https://chromewebstore.google.com/detail/generate-proposal/okbaokbebkidmjhpcdbhdbdgchemfooc
簡介 AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click
檔案大小 1.78 MB
安裝次數 767
目前版本 2.0.0
更新時間 2023-11-09
上架時間 2023-01-22
評分 5.00/5 共 3 次評分
開發者 https://generateproposal.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.generateproposal.com
說明頁面URL https://www.generateproposal.com
隱私政策頁面URL https://generateproposal.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Generate Proposal",
    "description": "AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click",
    "version": "2.0.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*\/proposals\/job\/*",
                "https:\/\/www.upwork.com\/*\/proposals\/interview\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "create-account.html",
                "login.html",
                "limit.html",
                "main.html",
                "options.html",
                "verify-email.html",
                "forgot-password.html",
                "img\/paper-icon.png",
                "js\/fingerprintjs.min.js"
            ],
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Generate Proposal"
    },
    "background": {
        "service_worker": "background.js"
    }
}