Resume Filler
An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
What is Resume Filler?
Resume Filler is a Chrome extension developed by Brandon S., and its main feature is "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.".
Extension Screenshots
Download Resume Filler Extension CRX File
Download Resume Filler 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
Online job applications suck at parsing resumes, this usually means you have to copy in your content manually. Resume Filler helps you do this by allowing you to easily edit and copy all your resume data, field by field. Contribute: https://github.com/BrandonS8/Resume-Filler
Extension Basic Information
Name | |
ID | ominnnikamclllghieagoegnlkgdflld |
Official URL | https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld |
Description | An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier. |
File Size | 1.29 MB |
Installation Count | 77 |
Current Version | 0.1 |
Last Updated | 2020-02-29 |
Publish Date | 2020-02-29 |
Rating | 2.00/5 Total 1 Ratings |
Developer | Brandon S. |
Payment Type | free |
Extension Website | https://github.com/BrandonS8/Resume-Filler |
Help Page URL | https://github.com/BrandonS8/Resume-Filler |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resume Filler", "version": "0.1", "description": "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "View and Edit Saved Resume.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |