Simple Job Tracker

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

¿Qué es Simple Job Tracker?

Simple Job Tracker es una extensión de Chrome desarrollada por sansserif, y su función principal es "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Simple Job Tracker

Descarga archivos de extensión Simple Job Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
URL Oficial https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Descripción Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Tamaño del Archivo 157 KB
Cantidad de Instalaciones 196
Versión Actual 1.0.0.0
Última Actualización 2017-03-21
Fecha de Publicación 2017-03-21
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador sansserif
Tipo de Pago free
Sitio Web de la Extensión http://www.loaft.com.au
Idiomas Soportados 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:\/\/*\/*"
    ]
}