Resume Analyser
Summarize information about resumes
什么是Resume Analyser?
Resume Analyser是由Agency Enterprise开发的Chrome扩展程序,该扩展的主要功能是“Summarize information about resumes”。
扩展截图
下载Resume Analyser扩展crx文件
下载Resume Analyser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly find all relevant keywords in a resume and categorize them, allowing recruiters to make decisions way faster. 扩展基本信息
| 名称 | |
| ID | elmcigdcojionkbdpfkdonjcpibmlmnc |
| 官方URL | https://chromewebstore.google.com/detail/resume-analyser/elmcigdcojionkbdpfkdonjcpibmlmnc |
| 简介 | Summarize information about resumes |
| 文件大小 | 207 KB |
| 安装次数 | 54 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-11-18 |
| 上架时间 | 2021-11-14 |
| 开发者 | Agency Enterprise |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ae.studio |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Resume Analyser",
"description": "Summarize information about resumes",
"version": "1.0.1",
"action": {
"default_popup": "index.html",
"default_title": "Analyze"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
".\/static\/js\/content.js"
]
}
]
} | |