Upwork Cover Letter Job AI

Create AI generated proposal winning cover letters on Upwork

Upwork Cover Letter Job AI क्या है?

Upwork Cover Letter Job AI https://jobai.space द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create AI generated proposal winning cover letters on Upwork"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Upwork Cover Letter Job AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing our latest innovation - the Upwork Cover Letter Job AI! Finding the perfect job on Upwork can be difficult, but crafting a personalized cover letter that sets you apart from other applicants is even harder. Our browser extension takes care of the heavy lifting for you, using the latest technology to generate a professional cover letter tailored to your specific job application.

Powered by the ChatGPT API, our extension uses advanced natural language processing to analyze the job description and match it with the relevant skills and experience in your profile. The result is a perfectly crafted cover letter that highlights your unique qualifications and showcases why you are the best candidate for the job. Plus, with the ability to customize and personalize each letter, you can easily tweak it to fit your unique voice and style.

Say goodbye to the stress and frustration of writing cover letters and hello to more job opportunities on Upwork. Our browser extension is easy to install, user-friendly, and will save you hours of time. Download the Upwork Cover Letter Generator today and take your job search to the next level!                    

एक्सटेंशन की मूल जानकारी

नाम Upwork Cover Letter Job AI Upwork Cover Letter Job AI
ID jfakjgmadmjlfiokddimefahfekgpijk
आधिकारिक URL https://chromewebstore.google.com/detail/upwork-cover-letter-job-a/jfakjgmadmjlfiokddimefahfekgpijk
विवरण Create AI generated proposal winning cover letters on Upwork
फ़ाइल का आकार 278 KB
स्थापना संख्या 591
वर्तमान संस्करण 0.40
अंतिम अपडेट 2023-12-22
प्रकाशन तिथि 2023-02-15
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर https://jobai.space
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://jobai.space
गोपनीयता नीति पृष्ठ URL https://jobai.space/privacy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork Cover Letter Job AI",
    "description": "Create AI generated proposal winning cover letters on Upwork",
    "version": "0.40",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.upwork.com\/*",
        "*:\/\/*.jobai.space\/login"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.upwork.com\/ab\/proposals\/job\/*"
            ],
            "js": [
                "class-watcher.class.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.jobai.space\/login"
            ],
            "js": [
                "class-watcher.class.js",
                "authentication.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "AI Proposer",
        "default_icon": "assets\/icon-96.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                "*:\/\/*.upwork.com\/*"
            ]
        }
    ]
}