Resgen

Custom resumes for every job.

Что такое Resgen?

Resgen - это расширение Chrome, разработанное Resgen, и его основная функция - "Custom resumes for every job.".

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

screenshot

Скачать файл CRX расширения Resgen

Скачайте файлы расширений Resgen в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        No more futzing and fine-tuning. Land more interviews with tailored resumes based on job descriptions and your experiences. 

Fill in your details, install the plugin, and then navigate to LinkedIn to start creating custom resumes for every single job posting.                    

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

Название Resgen Resgen
ID bahpflgkaadljibfgbgggkmgfcdfmana
Официальный URL https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana
Описание Custom resumes for every job.
Размер файла 48.64 KB
Количество установок 78
Текущая Версия 0.2.0
Последнее Обновление 2023-09-07
Дата публикации 2023-07-15
Разработчик Resgen
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://resgen.app
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resgen",
    "version": "0.2.0",
    "description": "Custom resumes for every job.",
    "content_scripts": [
        {
            "js": [
                "js\/linkedin.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/output.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/favicon-32x32.png"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.greenhouse.io\/*"
            ]
        }
    ]
}