Real Resume Examples Collection

A collection of real resume examples that get people like you hired

Co je Real Resume Examples Collection?

Real Resume Examples Collection je rozšíření Chrome vyvinuté https://enhancv.com, a jeho hlavní funkcí je „A collection of real resume examples that get people like you hired“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Real Resume Examples Collection

Stáhněte si soubory rozšíření Real Resume Examples Collection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Real Resume Examples Collection Real Resume Examples Collection
ID jkfmdmnbcdcedjpjfpdafoehkifjldhe
Oficiální URL https://chrome.google.com/webstore/detail/real-resume-examples-coll/jkfmdmnbcdcedjpjfpdafoehkifjldhe
Popis A collection of real resume examples that get people like you hired
Velikost souboru 8.9 KB
Počet instalací 1,000
Aktuální Verze 1.2
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář https://enhancv.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://enhancv.com/resume-examples
URL Stránky Zásad Ochrany Soukromí https://enhancv.com/privacy
Podporované Jazyky 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"
    ]
}