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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webhelpagency.com และคุณลักษณะหลักของมันคือ "Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upwork Cover Letter Generator with Chat GPT

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}