Upwork Cover Letter Generator

An extension that generates cover letters based on the job posting using ChatGPT

什么是Upwork Cover Letter Generator?

Upwork Cover Letter Generator是由snir开发的Chrome扩展程序,该扩展的主要功能是“An extension that generates cover letters based on the job posting using ChatGPT”。

扩展截图

screenshot
screenshot

下载Upwork Cover Letter Generator扩展crx文件

下载Upwork Cover Letter Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Generate PERFECT proposals on Upwork with just 1 click!

The magic button appears next the "cover letter" field (and the custom questions) and generates the perfect proposal with AI - right inside the "cover letter" field. 

Forget about "copy and paste", multiple tabs and chatGPT - just setup your prompts, click on "Generate Cover Letter", and your AI proposal will appear right where it should!

Key Features:

🚀 AI-Powered Cover Letter Generation: Proposal bot uses artificial intelligence to analyze the job you're applying to create a unique and compelling cover letter in seconds.

🎯 Customized & Relevant: Our smart algorithm ensures that each cover letter is tailored to the job at hand, increasing your chances of winning the project.

⚙️ Seamless Integration: Proposalbot effortlessly integrates with Upwork and adds a "Generate Cover Letter" button next to the cover letter field on Upwork. Just click the button and let ProposalBot work its magic.

💡 Easy to Use: No complicated setup or steep learning curve - simply install the extension and start enjoying the benefits of Proposalbot right away.

Unlock your full potential and land more projects - Install now and experience the future of proposal writing!                    

扩展基本信息

名称 Upwork Cover Letter Generator Upwork Cover Letter Generator
ID ofjemddeciohcjnofcjenmieaeajiaen
官方URL https://chromewebstore.google.com/detail/upwork-cover-letter-gener/ofjemddeciohcjnofcjenmieaeajiaen
简介 An extension that generates cover letters based on the job posting using ChatGPT
文件大小 7.54 KB
安装次数 495
当前版本 0.0.4
更新时间 2023-05-18
上架时间 2023-04-28
评分 5.00/5 共3次评分
开发者 snir
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://pear-broker-87d.notion.site/Privacy-Policy-for-Upwork-Cover-Letter-Generator-7d5f95983b334104aacb991ebc0f16cd
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upwork Cover Letter Generator",
    "version": "0.0.4",
    "description": "An extension that generates cover letters based on the job posting using ChatGPT",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.upwork.com\/ab\/proposals\/job\/*\/apply*"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "*:\/\/*.upwork.com\/*",
        "https:\/\/us-central1-turbo-proposal.cloudfunctions.net\/api\/cover-letter\/*"
    ],
    "permissions": [
        "storage"
    ]
}