JotterWolf - Job Tracker AI
JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Apa itu JotterWolf - Job Tracker AI?
JotterWolf - Job Tracker AI adalah ekstensi Chrome yang dikembangkan oleh https://jotterwolf.com, dan fitur utamanya adalah "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JotterWolf - Job Tracker AI
Unduh file ekstensi JotterWolf - Job Tracker AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | JotterWolf - Job Tracker AI |
ID | lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
URL Resmi | https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk |
Deskripsi | JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized. |
Ukuran File | 40.58 KB |
Jumlah Instalasi | 341 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-08-09 |
Tanggal Publikasi | 2023-07-17 |
Pengembang | https://jotterwolf.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |