Easy Apply

Makes applying for jobs easier.

Was ist Easy Apply?

Easy Apply ist eine Chrome-Erweiterung, die von jasonou entwickelt wurde, und ihr Hauptmerkmal ist "Makes applying for jobs easier.".

Erweiterungsscreenshots

screenshot
screenshot

Easy Apply-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Apply-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        # easy-apply

Chrome extension for making my time applying for jobs easier. Allows me to save data that I use frequently and easily copy and paste it. Also will allow me to save positions I am interested in or applied for.

## FEATURES

1) Users are able to save simple data such as their frequenctly used LinkedIn, GitHub, Phone Number, and Email Address.

2) There are two quick links to job searching sites, LinkedIn Jobs, and Indeed.

3) Users are able to save jobs they are interested in and view them.

4) Users are able to remove and modify the status of their applications.

## Storage using the Chrome Storage API

> Storage API format using a JSON representation.                    

Grundlegende Informationen zur Erweiterung

Name Easy Apply Easy Apply
ID ffdpcmkeeabojbhacongdblkjcbogpab
Offizielle URL https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab
Beschreibung Makes applying for jobs easier.
Dateigröße 45.88 KB
Installationsanzahl 113
Aktuelle Version 1.00
Letztes Update 2017-12-28
Veröffentlichungsdatum 2017-12-27
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler jasonou
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "version": "1.00",
    "manifest_version": 2,
    "description": "Makes applying for jobs easier.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon48.png"
    },
    "browser_action": {
        "default_title": "Easy Apply",
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ]
}