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.

Cos'è Minerva: Copilot for Job Search with ChatGPT?

Minerva: Copilot for Job Search with ChatGPT è un'estensione di Chrome sviluppata da david, e la sua funzione principale è "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Minerva: Copilot for Job Search with ChatGPT

Scarica i file di estensione Minerva: Copilot for Job Search with 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

                        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                    

Informazioni di Base sull'Estensione

Nome Minerva: Copilot for Job Search with ChatGPT Minerva: Copilot for Job Search with ChatGPT
ID djkiinnhekmoohbombjhkpmacifjpgdo
URL Ufficiale https://chromewebstore.google.com/detail/minerva-copilot-for-job-s/djkiinnhekmoohbombjhkpmacifjpgdo
Descrizione Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.
Dimensione del File 784 KB
Conteggio Installazioni 2,535
Versione Corrente 0.0.6
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2023-06-06
Valutazione 3.71/5 Totale 7 Valutazioni
Sviluppatore david
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}