Upwork Cover Letter Generator with Chat GPT

Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.

Upwork Cover Letter Generator with Chat GPT क्या है?

Upwork Cover Letter Generator with Chat GPT https://webhelpagency.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT."।

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

screenshot

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

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

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

                        This extension is designed to work specifically on Upwork job post pages. Once you click on the extension, it automatically searches for the job description on the Upwork job page and combines it with a predefined prompt. It then sends a request to the ChatGPT API using your API key obtained from the OpenAI settings page.

The extension retrieves the generated text from the API response and displays it as a cover letter. The cover letter is shown in the extension’s popup.                    

एक्सटेंशन की मूल जानकारी

नाम Upwork Cover Letter Generator with Chat GPT Upwork Cover Letter Generator with Chat GPT
ID ahfgmlpibheiaeehloilhlkipoonmcfk
आधिकारिक URL https://chromewebstore.google.com/detail/upwork-cover-letter-gener/ahfgmlpibheiaeehloilhlkipoonmcfk
विवरण Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.
फ़ाइल का आकार 19.25 KB
स्थापना संख्या 67
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-07-06
प्रकाशन तिथि 2023-07-05
डेवलपर https://webhelpagency.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webhelpagency.com/upwork-cover-letter-generator-with-chat-gpt/
गोपनीयता नीति पृष्ठ URL https://webhelpagency.com/privacy-policy-upwork-cover-letter-generator-with-chat-gpt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork Cover Letter Generator with Chat GPT",
    "version": "1.0",
    "description": "Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/upwork.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/upwork.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon16.png",
            "48": "assets\/img\/icon48.png",
            "128": "assets\/img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    }
}