Resume Filler
An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
Что такое Resume Filler?
Resume Filler - это расширение Chrome, разработанное Brandon S., и его основная функция - "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.".
Снимки экрана расширения
Скачать файл CRX расширения Resume Filler
Скачайте файлы расширений Resume Filler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Online job applications suck at parsing resumes, this usually means you have to copy in your content manually. Resume Filler helps you do this by allowing you to easily edit and copy all your resume data, field by field. Contribute: https://github.com/BrandonS8/Resume-Filler
Основная информация о расширении
Название | |
ID | ominnnikamclllghieagoegnlkgdflld |
Официальный URL | https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld |
Описание | An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier. |
Размер файла | 1.29 MB |
Количество установок | 77 |
Текущая Версия | 0.1 |
Последнее Обновление | 2020-02-29 |
Дата публикации | 2020-02-29 |
Рейтинг | 2.00/5 Всего 1 оценок |
Разработчик | Brandon S. |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/BrandonS8/Resume-Filler |
URL страницы помощи | https://github.com/BrandonS8/Resume-Filler |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resume Filler", "version": "0.1", "description": "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "View and Edit Saved Resume.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |