Resumely - AI Powered Resume Summary

Automatically generate content to copy/paste into resume field questions using your experience.

Что такое Resumely - AI Powered Resume Summary?

Resumely - AI Powered Resume Summary - это расширение Chrome, разработанное https://codelucent.com, и его основная функция - "Automatically generate content to copy/paste into resume field questions using your experience.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Resumely - AI Powered Resume Summary

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

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

                        Resumely is the AI resume summary builder for those applying to jobs.  Resumely enables you to upload your own resume and experience and get on-demand resume summaries based on job descriptions you are applying for.

It's as simple as uploading your resume information and uploading content on the job description.  You will receive back a unique and personalized cover letter or summary text for you to copy into each application. 

Save time and stand out through comparisons and personalized resume summaries.                    

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

Название Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
Официальный URL https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
Описание Automatically generate content to copy/paste into resume field questions using your experience.
Размер файла 135 KB
Количество установок 50
Текущая Версия 1.0.1
Последнее Обновление 2023-09-05
Дата публикации 2023-08-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://codelucent.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://codelucent.com/
URL страницы помощи https://twitter.com/BigaDavid
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resumely - AI Powered Resume Summary",
    "version": "1.0.1",
    "description": "Automatically generate content to copy\/paste into resume field questions using your experience.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}