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 là gì?

Upwork Cover Letter Generator with Chat GPT là một tiện ích mở rộng Chrome được phát triển bởi https://webhelpagency.com, và tính năng chính của nó là "Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Upwork Cover Letter Generator with Chat GPT

Tải xuống các tệp mở rộng Upwork Cover Letter Generator with Chat GPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Upwork Cover Letter Generator with Chat GPT Upwork Cover Letter Generator with Chat GPT
ID ahfgmlpibheiaeehloilhlkipoonmcfk
URL Chính Thức https://chromewebstore.google.com/detail/upwork-cover-letter-gener/ahfgmlpibheiaeehloilhlkipoonmcfk
Mô tả Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.
Kích Thước Tệp 19.25 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-07-06
Ngày Phát Hành 2023-07-05
Nhà Phát Triển https://webhelpagency.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webhelpagency.com/upwork-cover-letter-generator-with-chat-gpt/
URL Trang Chính Sách Bảo Mật https://webhelpagency.com/privacy-policy-upwork-cover-letter-generator-with-chat-gpt
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}