re:Scan
A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.
什么是re:Scan?
re:Scan是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.”。
扩展截图
下载re:Scan扩展crx文件
下载re:Scan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
re:Scan is a resume scanner that takes in a resume and parses through it for keywords. It then parses through a web page's job description with the click of a button and provides a general summary that includes a similarity score, keyword comparisons, and suggestions. The parsed resume persists through multiple clicks, so there is no need to upload a new resume every time one wants to compare their resume to a job description. While the extension is geared towards helping job-seekers, it is also useful for recruiters who are curious about an applicant's resume's fit.
扩展基本信息
名称 | re:Scan |
ID | fjiopcojjjafjnfgipombdbpjimignpl |
官方URL | https://chromewebstore.google.com/detail/rescan/fjiopcojjjafjnfgipombdbpjimignpl |
简介 | A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description. |
文件大小 | 6.63 MB |
安装次数 | 718 |
当前版本 | 1.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "re:Scan", "description": "A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.", "version": "1.2", "browser_action": { "default_icon": ".\/lib\/icon.png", "default_popup": ".\/lib\/rescan.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ], "background": { "scripts": [ "bundle.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |