iReformat
Format your resume in seconds
什么是iReformat?
iReformat是由https://recruiteze.com开发的Chrome扩展程序,该扩展的主要功能是“Format your resume in seconds”。
扩展截图
下载iReformat扩展crx文件
下载iReformat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
iReformat is an utility for users to quickly upload and format a resume to your custom template in seconds. You will need an account with iReformat to use this extension. iReformat is meant for agencies and not for job seekers. 扩展基本信息
| 名称 | |
| ID | jbkacakomldccokcajehiggmpbbgcmkd |
| 官方URL | https://chromewebstore.google.com/detail/ireformat/jbkacakomldccokcajehiggmpbbgcmkd |
| 简介 | Format your resume in seconds |
| 文件大小 | 79.39 KB |
| 安装次数 | 37 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-02-17 |
| 上架时间 | 2021-02-16 |
| 开发者 | https://recruiteze.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://recruiteze.com/resume-management/ |
| 帮助页面URL | https://recruiteze.com/resume-management/ |
| 隐私政策页面URL | https://recruiteze.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iReformat",
"description": "Format your resume in seconds",
"version": "1.1",
"manifest_version": 2,
"icons": {
"16": ".\/css\/images\/icon-16x16.png",
"32": ".\/css\/images\/icon-32x32.png",
"48": ".\/css\/images\/icon-32x32.png",
"128": ".\/css\/images\/icon-128x128.png"
},
"background": {
"scripts": [
".\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": ".\/css\/images\/icon-32x32.png",
"default_popup": "popup.html",
"default_title": "iReformat"
}
} | |