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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |