Simple Job Tracker

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

Vad är Simple Job Tracker?

Simple Job Tracker är en Chrome-tillägg utvecklad av sansserif, och dess huvudfunktion är "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Job Tracker-förlängningens CRX-fil

Ladda ner Simple Job Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
Officiell webbadress https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Beskrivning Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Filstorlek 157 KB
Antal Installationer 196
Aktuell Version 1.0.0.0
Senast Uppdaterad 2017-03-21
Publiceringsdatum 2017-03-21
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare sansserif
Betalningssätt free
Tilläggswebbplats http://www.loaft.com.au
Stödda Språk 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:\/\/*\/*"
    ]
}