JotterWolf - Job Tracker AI
JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Что такое JotterWolf - Job Tracker AI?
JotterWolf - Job Tracker AI - это расширение Chrome, разработанное https://jotterwolf.com, и его основная функция - "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".
Снимки экрана расширения
Скачать файл CRX расширения JotterWolf - Job Tracker AI
Скачайте файлы расширений JotterWolf - Job Tracker AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | JotterWolf - Job Tracker AI |
ID | lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Официальный URL | https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Описание | JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized. |
Размер файла | 40.58 KB |
Количество установок | 341 |
Текущая Версия | 1.2 |
Последнее Обновление | 2023-08-09 |
Дата публикации | 2023-07-17 |
Разработчик | https://jotterwolf.com |
Электронная почта | hr2514@columbia.edu |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |