Jackfruit Extension

Simplify Job application process with just a click!

Jackfruit Extension là gì?

Jackfruit Extension là một tiện ích mở rộng Chrome được phát triển bởi Jackfruit, và tính năng chính của nó là "Simplify Job application process with just a click!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jackfruit Extension

Tải xuống các tệp mở rộng Jackfruit Extension 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

                        1-Click add your job applications from websites like LinkedIn, Handshake, and Workday
The Jackfruit extension allows you to push the boundaries of your job hunt. Track job opportunities, research company data, and optimize your job funnel
Join the movement to take control of your job hunt by using the Jackfruit extension
Features
1-Click add job applications to your Jackfruit account
Autofill your professional information so you no longer need to fill out your background every time you apply to a role
Track your applications with a custom to-do list
Automated reminders to apply to positions by custom dates
Retrieve and prepopulate data directly onto your Jackfruit account                    

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

Tên Jackfruit Extension Jackfruit Extension
ID pkjjphhiebkbcalbmkjnhjbkkpenehoj
URL Chính Thức https://chromewebstore.google.com/detail/jackfruit-extension/pkjjphhiebkbcalbmkjnhjbkkpenehoj
Mô tả Simplify Job application process with just a click!
Kích Thước Tệp 576 KB
Số Lần Cài Đặt 389
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2022-05-12
Ngày Phát Hành 2021-10-26
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jackfruit
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jackfruit.ai
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/2d92e501-e259-4f08-a926-36211d93c718
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jackfruit Extension",
    "description": "Simplify Job application process with just a click!",
    "version": "3.0",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "addJob.js",
                "sites.json",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/jfLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "addJobContent.js",
                "jquery-3.3.1.slim.min.js"
            ]
        }
    ]
}