Jackfruit Extension

Simplify Job application process with just a click!

什麼是Jackfruit Extension?

Jackfruit Extension是由Jackfruit開發的Chrome擴展程式,該擴展的主要功能是“Simplify Job application process with just a click!”。

擴展截圖

screenshot

下載Jackfruit Extension擴展crx文件

下載Jackfruit Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Jackfruit Extension Jackfruit Extension
ID pkjjphhiebkbcalbmkjnhjbkkpenehoj
官方網址 https://chromewebstore.google.com/detail/jackfruit-extension/pkjjphhiebkbcalbmkjnhjbkkpenehoj
簡介 Simplify Job application process with just a click!
檔案大小 576 KB
安裝次數 389
目前版本 3.0
更新時間 2022-05-12
上架時間 2021-10-26
評分 3.86/5 共 7 次評分
開發者 Jackfruit
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.jackfruit.ai
隱私政策頁面URL https://www.freeprivacypolicy.com/live/2d92e501-e259-4f08-a926-36211d93c718
支援的語言 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"
            ]
        }
    ]
}