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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}