JotterWolf - Job Tracker AI

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

Qu'est-ce que JotterWolf - Job Tracker AI ?

JotterWolf - Job Tracker AI est une extension Chrome développée par https://jotterwolf.com, et sa fonction principale est "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension JotterWolf - Job Tracker AI

Téléchargez les fichiers d'extension JotterWolf - Job Tracker AI 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

                        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.                    

Informations de Base sur l'Extension

Nom JotterWolf - Job Tracker AI JotterWolf - Job Tracker AI
ID lhobdlgnfijnbnjcgdhelkcnhcdkfogk
URL Officiel https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk
Description JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Taille du Fichier 40.58 KB
Nombre d'Installations 341
Version Actuelle 1.2
Dernière Mise à Jour 2023-08-09
Date de Publication 2023-07-17
Développeur https://jotterwolf.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}