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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}