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