Simple Job Tracker

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

什麼是Simple Job Tracker?

Simple Job Tracker是由sansserif開發的Chrome擴展程式,該擴展的主要功能是“Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.”。

擴展截圖

screenshot
screenshot

下載Simple Job Tracker擴展crx文件

下載Simple Job Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
官方網址 https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
簡介 Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
檔案大小 157 KB
安裝次數 196
目前版本 1.0.0.0
更新時間 2017-03-21
上架時間 2017-03-21
評分 4.75/5 共 4 次評分
開發者 sansserif
付費類型 free
擴展官網 http://www.loaft.com.au
支援的語言 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:\/\/*\/*"
    ]
}