Simple Job Tracker

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

Cos'è Simple Job Tracker?

Simple Job Tracker è un'estensione di Chrome sviluppata da sansserif, e la sua funzione principale è "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Job Tracker

Scarica i file di estensione Simple Job Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
URL Ufficiale https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Descrizione Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Dimensione del File 157 KB
Conteggio Installazioni 196
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2017-03-21
Data di Pubblicazione 2017-03-21
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore sansserif
Tipo di Pagamento free
Sito Web dell'Estensione http://www.loaft.com.au
Lingue Supportate 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:\/\/*\/*"
    ]
}