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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | 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" ] } |