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.

Qu'est-ce que Minerva: Copilot for Job Search with ChatGPT ?

Minerva: Copilot for Job Search with ChatGPT est une extension Chrome développée par david, et sa fonction principale est "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Minerva: Copilot for Job Search with ChatGPT

Téléchargez les fichiers d'extension Minerva: Copilot for Job Search with ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Minerva: Copilot for Job Search with ChatGPT Minerva: Copilot for Job Search with ChatGPT
ID djkiinnhekmoohbombjhkpmacifjpgdo
URL Officiel https://chromewebstore.google.com/detail/minerva-copilot-for-job-s/djkiinnhekmoohbombjhkpmacifjpgdo
Description Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.
Taille du Fichier 784 KB
Nombre d'Installations 2,535
Version Actuelle 0.0.6
Dernière Mise à Jour 2023-08-28
Date de Publication 2023-06-06
Évaluation 3.71/5 Total 7 Évaluations
Développeur david
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}