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.

Was ist Minerva: Copilot for Job Search with ChatGPT?

Minerva: Copilot for Job Search with ChatGPT ist eine Chrome-Erweiterung, die von david entwickelt wurde, und ihr Hauptmerkmal ist "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Minerva: Copilot for Job Search with ChatGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie Minerva: Copilot for Job Search with ChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Minerva: Copilot for Job Search with ChatGPT Minerva: Copilot for Job Search with ChatGPT
ID djkiinnhekmoohbombjhkpmacifjpgdo
Offizielle URL https://chromewebstore.google.com/detail/minerva-copilot-for-job-s/djkiinnhekmoohbombjhkpmacifjpgdo
Beschreibung Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.
Dateigröße 784 KB
Installationsanzahl 2,535
Aktuelle Version 0.0.6
Letztes Update 2023-08-28
Veröffentlichungsdatum 2023-06-06
Bewertung 3.71/5 Insgesamt 7 Bewertungen
Entwickler david
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}