iReformat

Format your resume in seconds

Что такое iReformat?

iReformat - это расширение Chrome, разработанное https://recruiteze.com, и его основная функция - "Format your resume in seconds".

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

screenshot
screenshot

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

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

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

                        iReformat is an utility for users to quickly upload and format a resume to your custom template in seconds. You will need an account with iReformat to use this extension. iReformat is meant for agencies and not for job seekers.                    

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

Название iReformat iReformat
ID jbkacakomldccokcajehiggmpbbgcmkd
Официальный URL https://chromewebstore.google.com/detail/ireformat/jbkacakomldccokcajehiggmpbbgcmkd
Описание Format your resume in seconds
Размер файла 79.39 KB
Количество установок 37
Текущая Версия 1.1
Последнее Обновление 2021-02-17
Дата публикации 2021-02-16
Разработчик https://recruiteze.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://recruiteze.com/resume-management/
URL страницы помощи https://recruiteze.com/resume-management/
URL страницы политики конфиденциальности https://recruiteze.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iReformat",
    "description": "Format your resume in seconds",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/css\/images\/icon-16x16.png",
        "32": ".\/css\/images\/icon-32x32.png",
        "48": ".\/css\/images\/icon-32x32.png",
        "128": ".\/css\/images\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/css\/images\/icon-32x32.png",
        "default_popup": "popup.html",
        "default_title": "iReformat"
    }
}