Real Resume Examples Collection
A collection of real resume examples that get people like you hired
什么是Real Resume Examples Collection?
Real Resume Examples Collection是由https://enhancv.com开发的Chrome扩展程序,该扩展的主要功能是“A collection of real resume examples that get people like you hired”。
扩展截图
下载Real Resume Examples Collection扩展crx文件
下载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" ] } |