Job Hunger

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

Wat is Job Hunger?

Job Hunger is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Job Hunger

Download Job Hunger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Job Hunger Job Hunger
ID nohkkhfkbhhfpblhcpdghanppjfihpdp
Officiële URL https://chromewebstore.google.com/detail/job-hunger/nohkkhfkbhhfpblhcpdghanppjfihpdp
Beschrijving Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…
Bestandsgrootte 40.57 KB
Aantal Installaties 89
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-04-30
Publicatiedatum 2016-04-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}