Minerva: Copilot for Job Search with ChatGPT

Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.

Hvad er Minerva: Copilot for Job Search with ChatGPT?

Minerva: Copilot for Job Search with ChatGPT er en Chrome-udvidelse udviklet af david, og dens hovedfunktion er "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Minerva: Copilot for Job Search with ChatGPT-udvidelses-CRX-fil

Download Minerva: Copilot for Job Search with ChatGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The extension provides you with a simple and efficient way to create personalized cover letters for job applications and request referrals from their professional network with ChatGPT. Auto fill job applications, generate resume, get AI powered fit score                    

Grundlæggende oplysninger om udvidelsen

Navn Minerva: Copilot for Job Search with ChatGPT Minerva: Copilot for Job Search with ChatGPT
ID djkiinnhekmoohbombjhkpmacifjpgdo
Officiel URL https://chromewebstore.google.com/detail/minerva-copilot-for-job-s/djkiinnhekmoohbombjhkpmacifjpgdo
Beskrivelse Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.
Filstørrelse 784 KB
Antal Installationer 2,535
Nuværende Version 0.0.6
Senest Opdateret 2023-08-28
Udgivelsesdato 2023-06-06
Bedømmelse 3.71/5 Samlet 7 Bedømmelser
Udvikler david
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.",
    "version": "0.0.6",
    "manifest_version": 3,
    "name": "Minerva: Copilot for Job Search with ChatGPT",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "production-icon-34.png"
    },
    "icons": {
        "128": "production-icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "root.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/production-icon-128.png",
                "\/production-icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}