Job Hunger

Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…

什么是Job Hunger?

Job Hunger是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…”。

扩展截图

screenshot

下载Job Hunger扩展crx文件

下载Job Hunger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. 

Job Hunger is a job-search toolbox that encourages you to meet people and research companies instead of dropping your resume into a digital black hole. Just sign into your account, fill in the notes field, and press submit - your job will be automatically saved to your dashboard. Job title and company are auto-filled on Dice.com and Indeed.com.                    

扩展基本信息

名称 Job Hunger Job Hunger
ID nohkkhfkbhhfpblhcpdghanppjfihpdp
官方URL https://chromewebstore.google.com/detail/job-hunger/nohkkhfkbhhfpblhcpdghanppjfihpdp
简介 Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…
文件大小 40.57 KB
安装次数 89
当前版本 0.0.3
更新时间 2016-04-30
上架时间 2016-04-30
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Job Hunger",
    "version": "0.0.3",
    "browser_action": {
        "default_icon": "images\/19logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/19logo.png",
        "128": "images\/128logo.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.2.3.min.js",
                "js\/fill_in.js"
            ]
        }
    ]
}