Real Resume Examples Collection
A collection of real resume examples that get people like you hired
Что такое Real Resume Examples Collection?
Real Resume Examples Collection - это расширение Chrome, разработанное https://enhancv.com, и его основная функция - "A collection of real resume examples that get people like you hired".
Снимки экрана расширения
Скачать файл CRX расширения Real Resume Examples Collection
Скачайте файлы расширений Real Resume Examples Collection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A collection of resume examples to help you make the move towards a better career. Everything you need to create your perfect resume. Be inspired by resume examples of real people that got hired. What you'll find here is: - resume examples - guides on how to write a resume for each industry - cv and resume builder - cover letter builder - over 300,000 combinations of colors, fonts, backgrounds and templates - unlimited downloads Enhancv is a resume building platform which helped over 500,000 people to create their resume and make the move towards a better career. Here is our privacy policy: https://enhancv.com/privacy
Основная информация о расширении
Название | |
ID | jkfmdmnbcdcedjpjfpdafoehkifjldhe |
Официальный URL | https://chrome.google.com/webstore/detail/real-resume-examples-coll/jkfmdmnbcdcedjpjfpdafoehkifjldhe |
Описание | A collection of real resume examples that get people like you hired |
Размер файла | 8.9 KB |
Количество установок | 1,000 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | https://enhancv.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://enhancv.com/resume-examples |
URL страницы политики конфиденциальности | https://enhancv.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Resume Examples Collection", "description": "A collection of real resume examples that get people like you hired", "version": "1.2", "browser_action": [], "manifest_version": 2, "icons": { "128": "logo.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "clipboardWrite", "tabs" ] } |