Simple Job Tracker

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

Co je Simple Job Tracker?

Simple Job Tracker je rozšíření Chrome vyvinuté sansserif, a jeho hlavní funkcí je „Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Simple Job Tracker

Stáhněte si soubory rozšíření Simple Job Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
Oficiální URL https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Popis Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Velikost souboru 157 KB
Počet instalací 196
Aktuální Verze 1.0.0.0
Poslední Aktualizace 2017-03-21
Datum Vydání 2017-03-21
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář sansserif
Typ Platby free
Webové stránky Rozšíření http://www.loaft.com.au
Podporované Jazyky 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:\/\/*\/*"
    ]
}