Simple Job Tracker

Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.

Was ist Simple Job Tracker?

Simple Job Tracker ist eine Chrome-Erweiterung, die von sansserif entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Erweiterungsscreenshots

screenshot
screenshot

Simple Job Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Job Tracker-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

                        This extension is built to make your job application process easier. Keep track of your current jobs you have applied for, all stored within your browser.

Press add on a job position page and the details will be automatically filled in for you.                    

Grundlegende Informationen zur Erweiterung

Name Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
Offizielle URL https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Beschreibung Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Dateigröße 157 KB
Installationsanzahl 196
Aktuelle Version 1.0.0.0
Letztes Update 2017-03-21
Veröffentlichungsdatum 2017-03-21
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler sansserif
Zahlungsart free
Erweiterungswebsite http://www.loaft.com.au
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Job Tracker",
    "description": "Keep track of  your job applications with this simple extension. Job details will be automatically extracted from the current page.",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Simple Job Tracker"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}