JotterWolf - Job Tracker AI

JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.

O que é JotterWolf - Job Tracker AI?

JotterWolf - Job Tracker AI é uma extensão do Chrome desenvolvida por https://jotterwolf.com, e sua principal característica é "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão JotterWolf - Job Tracker AI

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

                        JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized and accessible for that crucial interview call.                    

Informações Básicas da Extensão

Nome JotterWolf - Job Tracker AI JotterWolf - Job Tracker AI
ID lhobdlgnfijnbnjcgdhelkcnhcdkfogk
URL Oficial https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk
Descrição JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Tamanho do Arquivo 40.58 KB
Contagem de Instalações 341
Versão Atual 1.2
Última Atualização 2023-08-09
Data de Publicação 2023-07-17
Desenvolvedor https://jotterwolf.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JotterWolf - Job Tracker AI",
    "description": "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.",
    "version": "1.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ]
}