Jackfruit Extension

Simplify Job application process with just a click!

Jackfruit Extension क्या है?

Jackfruit Extension Jackfruit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify Job application process with just a click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jackfruit Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}