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是由https://jotterwolf.com開發的Chrome擴展程式,該擴展的主要功能是“JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.”。
擴展截圖
下載JotterWolf - Job Tracker AI擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |