Resgen
Custom resumes for every job.
What is Resgen?
Resgen is a Chrome extension developed by Resgen, and its main feature is "Custom resumes for every job.".
Extension Screenshots
Download Resgen Extension CRX File
Download Resgen 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
No more futzing and fine-tuning. Land more interviews with tailored resumes based on job descriptions and your experiences. Fill in your details, install the plugin, and then navigate to LinkedIn to start creating custom resumes for every single job posting.
Extension Basic Information
Name | Resgen |
ID | bahpflgkaadljibfgbgggkmgfcdfmana |
Official URL | https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana |
Description | Custom resumes for every job. |
File Size | 48.64 KB |
Installation Count | 78 |
Current Version | 0.2.0 |
Last Updated | 2023-09-07 |
Publish Date | 2023-07-15 |
Developer | Resgen |
[email protected] | |
Payment Type | in_app |
Extension Website | https://resgen.app |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resgen", "version": "0.2.0", "description": "Custom resumes for every job.", "content_scripts": [ { "js": [ "js\/linkedin.js" ], "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "css\/output.css" ] } ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "index.html" }, "icons": { "16": "img\/favicon-16x16.png", "32": "img\/favicon-32x32.png" }, "web_accessible_resources": [ { "resources": [ "img\/favicon-32x32.png" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.greenhouse.io\/*" ] } ] } |