Simple Job Tracker

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

What is Simple Job Tracker?

Simple Job Tracker is a Chrome extension developed by sansserif, and its main feature is "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Extension Screenshots

screenshot
screenshot

Download Simple Job Tracker Extension CRX File

Download Simple Job Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
Official URL https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Description Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
File Size 157 KB
Installation Count 196
Current Version 1.0.0.0
Last Updated 2017-03-21
Publish Date 2017-03-21
Rating 4.75/5 Total 4 Ratings
Developer sansserif
Payment Type free
Extension Website http://www.loaft.com.au
Supported Languages 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:\/\/*\/*"
    ]
}