Simple Job Tracker

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

Hvad er Simple Job Tracker?

Simple Job Tracker er en Chrome-udvidelse udviklet af sansserif, og dens hovedfunktion er "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Simple Job Tracker-udvidelses-CRX-fil

Download Simple Job Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
Officiel URL https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Beskrivelse Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Filstørrelse 157 KB
Antal Installationer 196
Nuværende Version 1.0.0.0
Senest Opdateret 2017-03-21
Udgivelsesdato 2017-03-21
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler sansserif
Betalingsmetode free
Udvidelseswebsted http://www.loaft.com.au
Understøttede Sprog 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:\/\/*\/*"
    ]
}