My CV Creator
Online Resume and Cover Letter Builder
What is My CV Creator?
My CV Creator is a Chrome extension developed by https://mycvcreator.com, and its main feature is "Online Resume and Cover Letter Builder".
Extension Screenshots
Download My CV Creator Extension CRX File
Download My CV Creator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Online Resume Builder so Easy to Use, the Resumes Write Themselves. Automatic Cover Letters. Perfect CV in Minutes. No writing experience needed. Make a CV in minutes. Step-by-step guidance. Creating a Professional Resume and Cover Letter Has Never Been So Easy. The only online resume builder that'll land you interviews. Create a professional resume in minutes, download, and print.
Extension Basic Information
Name | My CV Creator |
ID | clgmklnimlpcdidjjfhgjnhdjfhaadml |
Official URL | https://chromewebstore.google.com/detail/my-cv-creator/clgmklnimlpcdidjjfhgjnhdjfhaadml |
Description | Online Resume and Cover Letter Builder |
File Size | 136 KB |
Installation Count | 1,398 |
Current Version | 3.1.1 |
Last Updated | 2022-03-07 |
Publish Date | 2020-07-09 |
Rating | 3.67/5 Total 12 Ratings |
Developer | https://mycvcreator.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mycvcreator.com/home |
Help Page URL | https://mycvcreator.com/contact |
Privacy Policy Page URL | https://mycvcreator.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "My CV Creator", "description": "Online Resume and Cover Letter Builder", "version": "3.1.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks" ], "optional_permissions": [ "unlimitedStorage" ], "host_permissions": [ "http:\/\/www.mycvcreator.com\/", "*:\/\/*\/*" ] } |