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 |
| 官方網址 | 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\/",
"*:\/\/*\/*"
]
} | |