Generate Proposal

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

Generate Proposal क्या है?

Generate Proposal https://generateproposal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Generate Proposal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}