My CV Creator
Online Resume and Cover Letter Builder
什么是My CV Creator?
My CV Creator是由https://mycvcreator.com开发的Chrome扩展程序,该扩展的主要功能是“Online Resume and Cover Letter Builder”。
扩展截图
下载My CV Creator扩展crx文件
下载My CV Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | clgmklnimlpcdidjjfhgjnhdjfhaadml |
| 官方URL | https://chromewebstore.google.com/detail/my-cv-creator/clgmklnimlpcdidjjfhgjnhdjfhaadml |
| 简介 | Online Resume and Cover Letter Builder |
| 文件大小 | 136 KB |
| 安装次数 | 1,398 |
| 当前版本 | 3.1.1 |
| 更新时间 | 2022-03-07 |
| 上架时间 | 2020-07-09 |
| 评分 | 3.67/5 共12次评分 |
| 开发者 | https://mycvcreator.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mycvcreator.com/home |
| 帮助页面URL | https://mycvcreator.com/contact |
| 隐私政策页面URL | https://mycvcreator.com/privacy-policy |
| 支持的语言 | 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\/",
"*:\/\/*\/*"
]
} | |