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によって開発されたChromeの拡張機能で、その主な機能は「Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.」です。

拡張機能のスクリーンショット

screenshot

Upwork Cover Letter Generator with Chat GPT拡張機能のCRXファイルをダウンロード

Upwork Cover Letter Generator with Chat GPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}