JotterWolf - Job Tracker AI
JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Was ist JotterWolf - Job Tracker AI?
JotterWolf - Job Tracker AI ist eine Chrome-Erweiterung, die von https://jotterwolf.com entwickelt wurde, und ihr Hauptmerkmal ist "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".
Erweiterungsscreenshots
JotterWolf - Job Tracker AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie JotterWolf - Job Tracker AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | JotterWolf - Job Tracker AI |
ID | lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Offizielle URL | https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Beschreibung | JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized. |
Dateigröße | 40.58 KB |
Installationsanzahl | 341 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-08-09 |
Veröffentlichungsdatum | 2023-07-17 |
Entwickler | https://jotterwolf.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |