Upwork ChatGPT

Power your Upwork job applications with ChatGPT

Cos'è Upwork ChatGPT?

Upwork ChatGPT è un'estensione di Chrome sviluppata da jobbyrate, e la sua funzione principale è "Power your Upwork job applications with ChatGPT".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Upwork ChatGPT

Scarica i file di estensione Upwork ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Power your job applications on Upwork with ChatGPT.
GPT will automatically fill your cover letters using the job description and your unique skills & work experience, boosting your sales.                    

Informazioni di Base sull'Estensione

Nome Upwork ChatGPT Upwork ChatGPT
ID cabldhfijcconbciidohgpbnnaaldgaj
URL Ufficiale https://chromewebstore.google.com/detail/upwork-chatgpt/cabldhfijcconbciidohgpbnnaaldgaj
Descrizione Power your Upwork job applications with ChatGPT
Dimensione del File 357 KB
Conteggio Installazioni 258
Versione Corrente 0.2.8
Ultimo Aggiornamento 2023-03-27
Data di Pubblicazione 2023-01-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jobbyrate
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.jobbyrate.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upwork ChatGPT",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "0.2.8",
    "description": "Power your Upwork job applications with ChatGPT",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.jobbyrate.com\/, *:\/\/*.upwork.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.upwork.com\/*apply*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}