JotterWolf - Job Tracker AI

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

Cos'è JotterWolf - Job Tracker AI?

JotterWolf - Job Tracker AI è un'estensione di Chrome sviluppata da https://jotterwolf.com, e la sua funzione principale è "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JotterWolf - Job Tracker AI

Scarica i file di estensione JotterWolf - Job Tracker AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JotterWolf - Job Tracker AI JotterWolf - Job Tracker AI
ID lhobdlgnfijnbnjcgdhelkcnhcdkfogk
URL Ufficiale https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk
Descrizione JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Dimensione del File 40.58 KB
Conteggio Installazioni 341
Versione Corrente 1.2
Ultimo Aggiornamento 2023-08-09
Data di Pubblicazione 2023-07-17
Sviluppatore https://jotterwolf.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}