Resume Filler
An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
Resume Filler क्या है?
Resume Filler Brandon S. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Resume Filler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ominnnikamclllghieagoegnlkgdflld |
आधिकारिक URL | https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld |
विवरण | An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier. |
फ़ाइल का आकार | 1.29 MB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2020-02-29 |
प्रकाशन तिथि | 2020-02-29 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | Brandon S. |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/BrandonS8/Resume-Filler |
सहायता पृष्ठ URL | https://github.com/BrandonS8/Resume-Filler |
समर्थित भाषाएँ | 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 } |