ChampResumes
This extension is a sample extension for champresumes.com website
什么是ChampResumes?
ChampResumes是由https://champresumes.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is a sample extension for champresumes.com website”。
扩展截图
下载ChampResumes扩展crx文件
下载ChampResumes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Boost your career with us! – World’s First Extension that Not Only Provides You with Helpful Career Tips But Actually writes You Brand New Resume.
Champresumes gives you these truly awesome opportunities:
- We match best suitable certified writer with proven track record to write or edit your resume;
- We deliver drafts within 1-3 days and constantly inform you on live progress via emails;
- Unlimited revisions, support and explanations in 7 days period;
- We help even with super urgent request: our support team working 24/7 online to cover all of your needs;
Our main goal is to provide you with top level resume that will make a difference.
We are available 24/7:
- email: [email protected]
- check our live chat on the web site: champresumes.com 扩展基本信息
| 名称 | |
| ID | plbgnbhfnefkeofmgoccfgfjmjakhfhf |
| 官方URL | https://chromewebstore.google.com/detail/champresumes/plbgnbhfnefkeofmgoccfgfjmjakhfhf |
| 简介 | This extension is a sample extension for champresumes.com website |
| 文件大小 | 5.92 KB |
| 安装次数 | 86 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-11-23 |
| 上架时间 | 2015-11-23 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://champresumes.com |
| 付费类型 | free |
| 扩展官网 | http://champresumes.com/ |
| 帮助页面URL | http://champresumes.com/site/contact |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ChampResumes",
"description": "This extension is a sample extension for champresumes.com website",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |