Upwork ChatGPT

Power your Upwork job applications with ChatGPT

Apa itu Upwork ChatGPT?

Upwork ChatGPT adalah ekstensi Chrome yang dikembangkan oleh jobbyrate, dan fitur utamanya adalah "Power your Upwork job applications with ChatGPT".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Upwork ChatGPT

Unduh file ekstensi Upwork ChatGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Upwork ChatGPT Upwork ChatGPT
ID cabldhfijcconbciidohgpbnnaaldgaj
URL Resmi https://chromewebstore.google.com/detail/upwork-chatgpt/cabldhfijcconbciidohgpbnnaaldgaj
Deskripsi Power your Upwork job applications with ChatGPT
Ukuran File 357 KB
Jumlah Instalasi 258
Versi Saat Ini 0.2.8
Terakhir Diperbarui 2023-03-27
Tanggal Publikasi 2023-01-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jobbyrate
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.jobbyrate.com
Bahasa yang Didukung 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
        }
    ]
}