JotterWolf - Job Tracker AI
JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Co je JotterWolf - Job Tracker AI?
JotterWolf - Job Tracker AI je rozšíření Chrome vyvinuté https://jotterwolf.com, a jeho hlavní funkcí je „JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JotterWolf - Job Tracker AI
Stáhněte si soubory rozšíření JotterWolf - Job Tracker AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
| Oficiální URL | https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
| Popis | JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized. |
| Velikost souboru | 40.58 KB |
| Počet instalací | 341 |
| Aktuální Verze | 1.2 |
| Poslední Aktualizace | 2023-08-09 |
| Datum Vydání | 2023-07-17 |
| Vývojář | https://jotterwolf.com |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
} | |