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 là gì?

JotterWolf - Job Tracker AI là một tiện ích mở rộng Chrome được phát triển bởi https://jotterwolf.com, và tính năng chính của nó là "JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JotterWolf - Job Tracker AI

Tải xuống các tệp mở rộng JotterWolf - Job Tracker AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JotterWolf - Job Tracker AI JotterWolf - Job Tracker AI
ID lhobdlgnfijnbnjcgdhelkcnhcdkfogk
URL Chính Thức https://chromewebstore.google.com/detail/jotterwolf-job-tracker-ai/lhobdlgnfijnbnjcgdhelkcnhcdkfogk
Mô tả JotterWolf is a simple and effective job tracking tool that allows you to keep all your job role details organized.
Kích Thước Tệp 40.58 KB
Số Lần Cài Đặt 341
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-08-09
Ngày Phát Hành 2023-07-17
Nhà Phát Triển https://jotterwolf.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}