Job Hunger

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

Qu'est-ce que Job Hunger ?

Job Hunger est une extension Chrome développée par Unknown, et sa fonction principale est "Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Job Hunger

Téléchargez les fichiers d'extension Job Hunger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Job Hunger Job Hunger
ID nohkkhfkbhhfpblhcpdghanppjfihpdp
URL Officiel https://chromewebstore.google.com/detail/job-hunger/nohkkhfkbhhfpblhcpdghanppjfihpdp
Description Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…
Taille du Fichier 40.57 KB
Nombre d'Installations 89
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-04-30
Date de Publication 2016-04-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}