re:Scan
A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.
What is re:Scan?
re:Scan is a Chrome extension developed by Unknown, and its main feature is "A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.".
Extension Screenshots
Download re:Scan Extension CRX File
Download re:Scan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | re:Scan |
ID | fjiopcojjjafjnfgipombdbpjimignpl |
Official URL | https://chromewebstore.google.com/detail/rescan/fjiopcojjjafjnfgipombdbpjimignpl |
Description | A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description. |
File Size | 6.63 MB |
Installation Count | 718 |
Current Version | 1.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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": [ " |