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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brandon S., και η κύρια λειτουργία του είναι "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Resume Filler

Λήψη αρχείων επέκτασης Resume Filler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Resume Filler 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
}