Resume Filler
An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
Apa itu Resume Filler?
Resume Filler adalah ekstensi Chrome yang dikembangkan oleh Brandon S., dan fitur utamanya adalah "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Resume Filler
Unduh file ekstensi Resume Filler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ominnnikamclllghieagoegnlkgdflld |
URL Resmi | https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld |
Deskripsi | An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier. |
Ukuran File | 1.29 MB |
Jumlah Instalasi | 77 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2020-02-29 |
Tanggal Publikasi | 2020-02-29 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | Brandon S. |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/BrandonS8/Resume-Filler |
URL Halaman Bantuan | https://github.com/BrandonS8/Resume-Filler |
Bahasa yang Didukung | 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 } |