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.

Что такое Minerva: Copilot for Job Search with ChatGPT?

Minerva: Copilot for Job Search with ChatGPT - это расширение Chrome, разработанное david, и его основная функция - "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Minerva: Copilot for Job Search with ChatGPT

Скачайте файлы расширений Minerva: Copilot for Job Search with ChatGPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Minerva: Copilot for Job Search with ChatGPT Minerva: Copilot for Job Search with ChatGPT
ID djkiinnhekmoohbombjhkpmacifjpgdo
Официальный URL https://chromewebstore.google.com/detail/minerva-copilot-for-job-s/djkiinnhekmoohbombjhkpmacifjpgdo
Описание Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.
Размер файла 784 KB
Количество установок 2,535
Текущая Версия 0.0.6
Последнее Обновление 2023-08-28
Дата публикации 2023-06-06
Рейтинг 3.71/5 Всего 7 оценок
Разработчик david
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}