JotterWolf - Job Tracker AI
JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Wat is JotterWolf - Job Tracker AI?
JotterWolf - Job Tracker AI is een Chrome-extensie ontwikkeld door https://jotterwolf.com, en de belangrijkste functie is "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".
Extensie Screenshots
Download het CRX-bestand van de extensie JotterWolf - Job Tracker AI
Download JotterWolf - Job Tracker AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
| Officiële URL | https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
| Beschrijving | JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized. |
| Bestandsgrootte | 40.58 KB |
| Aantal Installaties | 341 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2023-08-09 |
| Publicatiedatum | 2023-07-17 |
| Ontwikkelaar | https://jotterwolf.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |