JotterWolf - Job Tracker AI
JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Hvad er JotterWolf - Job Tracker AI?
JotterWolf - Job Tracker AI er en Chrome-udvidelse udviklet af https://jotterwolf.com, og dens hovedfunktion er "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".
Udvidelsesskærmbilleder
Download JotterWolf - Job Tracker AI-udvidelses-CRX-fil
Download JotterWolf - Job Tracker AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | JotterWolf - Job Tracker AI |
ID | lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Officiel URL | https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Beskrivelse | JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized. |
Filstørrelse | 40.58 KB |
Antal Installationer | 341 |
Nuværende Version | 1.2 |
Senest Opdateret | 2023-08-09 |
Udgivelsesdato | 2023-07-17 |
Udvikler | https://jotterwolf.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |