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 |
| 官方網址 | 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"
]
} | |