JotterWolf - Job Tracker AI
JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
What is JotterWolf - Job Tracker AI?
JotterWolf - Job Tracker AI is a Chrome extension developed by https://jotterwolf.com, and its main feature is "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".
Extension Screenshots
Download JotterWolf - Job Tracker AI Extension CRX File
Download JotterWolf - Job Tracker AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | JotterWolf - Job Tracker AI |
ID | lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Official URL | 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. |
File Size | 40.58 KB |
Installation Count | 341 |
Current Version | 1.2 |
Last Updated | 2023-08-09 |
Publish Date | 2023-07-17 |
Developer | https://jotterwolf.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |