Job Hunger

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

O que é Job Hunger?

Job Hunger é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Job Hunger

Baixe arquivos de extensão Job Hunger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Job Hunger Job Hunger
ID nohkkhfkbhhfpblhcpdghanppjfihpdp
URL Oficial https://chromewebstore.google.com/detail/job-hunger/nohkkhfkbhhfpblhcpdghanppjfihpdp
Descrição Add jobs to your Job Hunger dashboard whenever you find exciting opportunities. Job Hunger is a job-search toolbox that…
Tamanho do Arquivo 40.57 KB
Contagem de Instalações 89
Versão Atual 0.0.3
Última Atualização 2016-04-30
Data de Publicação 2016-04-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}