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"
            ]
        }
    ]
}