Resume Filler
An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
Vad är Resume Filler?
Resume Filler är en Chrome-tillägg utvecklad av Brandon S., och dess huvudfunktion är "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.".
Tilläggsskärmbilder
Ladda ner Resume Filler-förlängningens CRX-fil
Ladda ner Resume Filler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ominnnikamclllghieagoegnlkgdflld |
Officiell webbadress | https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld |
Beskrivning | An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier. |
Filstorlek | 1.29 MB |
Antal Installationer | 77 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2020-02-29 |
Publiceringsdatum | 2020-02-29 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | Brandon S. |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/BrandonS8/Resume-Filler |
Hjälpsida URL | https://github.com/BrandonS8/Resume-Filler |
Stödda Språk | 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 } |