Easy Apply

Providing relevant experience indicators and autofill functionality for job applications.

Τι είναι το Easy Apply;

Το Easy Apply είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον refaelbenzvi24, και η κύρια λειτουργία του είναι "Providing relevant experience indicators and autofill functionality for job applications.".

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

screenshot

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

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

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

                        Simplify your job search process with Easy Apply - the chrome extension built for developers. With its powerful features, you can streamline your job search and find the right job for you:

Job Relevance Check: Quickly determine which job postings align with your experience level. Extract job requirements and compare them with your own experience level, using a color-coded system that makes it easy to identify the relevant jobs. The system uses:
- Green to indicate that you meet the requirement
- Red to indicate that you don't meet the requirement
- Orange to indicate that relevance could not be determined

Autofill: Apply to multiple jobs with ease. Save time by automatically filling out job application forms, customized with your personal information.

Customizable settings: Tailor your experience with the extension by configuring it to suit your needs on the options page.

Get the extension now from the chrome store, configure the extension on the options page and start your job search with ease. Having any issue? Contact us on our Github page: https://github.com/Refaelbenzvi24/easy-apply

CHANGE_LOG:

- "tabs" permission being removed.
- fix - experience and technologies when entering linkedin job list from another page not showing.
- time gap between job data displaying (e.g experience & technologies) changed from 1 sec (1000 mil) to -> 600 mil.                    

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

Όνομα Easy Apply Easy Apply
ID nlbbjnjgfohngcocnalkalokolihbnck
Επίσημο URL https://chromewebstore.google.com/detail/easy-apply/nlbbjnjgfohngcocnalkalokolihbnck
Περιγραφή Providing relevant experience indicators and autofill functionality for job applications.
Μέγεθος Αρχείου 170 KB
Αριθμός Εγκαταστάσεων 143
Τρέχουσα Έκδοση 0.1.12
Τελευταία Ενημέρωση 2023-05-23
Ημερομηνία Δημοσίευσης 2023-01-11
Προγραμματιστής refaelbenzvi24
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Apply",
    "version": "0.1.12",
    "description": "Providing relevant experience indicators and autofill functionality for job applications.",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}