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.
扩展基本信息
名称 | 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" ] } |