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 |
Eメール | [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" ] } |