Simple Job Tracker

Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.

O que é Simple Job Tracker?

Simple Job Tracker é uma extensão do Chrome desenvolvida por sansserif, e sua principal característica é "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Job Tracker

Baixe arquivos de extensão Simple Job Tracker 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

                        This extension is built to make your job application process easier. Keep track of your current jobs you have applied for, all stored within your browser.

Press add on a job position page and the details will be automatically filled in for you.                    

Informações Básicas da Extensão

Nome Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
URL Oficial https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Descrição Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Tamanho do Arquivo 157 KB
Contagem de Instalações 196
Versão Atual 1.0.0.0
Última Atualização 2017-03-21
Data de Publicação 2017-03-21
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor sansserif
Tipo de Pagamento free
Site da Extensão http://www.loaft.com.au
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Job Tracker",
    "description": "Keep track of  your job applications with this simple extension. Job details will be automatically extracted from the current page.",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Simple Job Tracker"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}