Resume Analyser
Summarize information about resumes
What is Resume Analyser?
Resume Analyser is a Chrome extension developed by Agency Enterprise, and its main feature is "Summarize information about resumes".
Extension Screenshots
Download Resume Analyser Extension CRX File
Download Resume Analyser 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
Quickly find all relevant keywords in a resume and categorize them, allowing recruiters to make decisions way faster.
Extension Basic Information
Name | Resume Analyser |
ID | elmcigdcojionkbdpfkdonjcpibmlmnc |
Official URL | https://chromewebstore.google.com/detail/resume-analyser/elmcigdcojionkbdpfkdonjcpibmlmnc |
Description | Summarize information about resumes |
File Size | 207 KB |
Installation Count | 54 |
Current Version | 1.0.1 |
Last Updated | 2021-11-18 |
Publish Date | 2021-11-14 |
Developer | Agency Enterprise |
[email protected] | |
Payment Type | free |
Extension Website | https://ae.studio |
Supported Languages | 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" ] } ] } |