Resume Filler
An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
Co to jest Resume Filler?
Resume Filler to rozszerzenie Chrome opracowane przez Brandon S., a jego główną funkcją jest „An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Resume Filler
Pobierz pliki rozszerzeń Resume Filler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ominnnikamclllghieagoegnlkgdflld |
Oficjalny URL | https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld |
Opis | An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier. |
Rozmiar pliku | 1.29 MB |
Liczba instalacji | 77 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-02-29 |
Data Publikacji | 2020-02-29 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | Brandon S. |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/BrandonS8/Resume-Filler |
Adres URL Strony Pomocy | https://github.com/BrandonS8/Resume-Filler |
Obsługiwane Języki | 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 } |