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
官方URL 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:\/\/*\/*"
    ]
}