Upwork Cover Letter Generator with Chat GPT

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

Co je Upwork Cover Letter Generator with Chat GPT?

Upwork Cover Letter Generator with Chat GPT je rozšíření Chrome vyvinuté https://webhelpagency.com, a jeho hlavní funkcí je „Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Upwork Cover Letter Generator with Chat GPT

Stáhněte si soubory rozšíření Upwork Cover Letter Generator with Chat GPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Upwork Cover Letter Generator with Chat GPT Upwork Cover Letter Generator with Chat GPT
ID ahfgmlpibheiaeehloilhlkipoonmcfk
Oficiální URL https://chromewebstore.google.com/detail/upwork-cover-letter-gener/ahfgmlpibheiaeehloilhlkipoonmcfk
Popis Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.
Velikost souboru 19.25 KB
Počet instalací 67
Aktuální Verze 1.0
Poslední Aktualizace 2023-07-06
Datum Vydání 2023-07-05
Vývojář https://webhelpagency.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://webhelpagency.com/upwork-cover-letter-generator-with-chat-gpt/
URL Stránky Zásad Ochrany Soukromí https://webhelpagency.com/privacy-policy-upwork-cover-letter-generator-with-chat-gpt
Podporované Jazyky 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"
    }
}