Jackfruit Extension

Simplify Job application process with just a click!

Qu'est-ce que Jackfruit Extension ?

Jackfruit Extension est une extension Chrome développée par Jackfruit, et sa fonction principale est "Simplify Job application process with just a click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jackfruit Extension

Téléchargez les fichiers d'extension Jackfruit Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Jackfruit Extension Jackfruit Extension
ID pkjjphhiebkbcalbmkjnhjbkkpenehoj
URL Officiel https://chromewebstore.google.com/detail/jackfruit-extension/pkjjphhiebkbcalbmkjnhjbkkpenehoj
Description Simplify Job application process with just a click!
Taille du Fichier 576 KB
Nombre d'Installations 389
Version Actuelle 3.0
Dernière Mise à Jour 2022-05-12
Date de Publication 2021-10-26
Évaluation 3.86/5 Total 7 Évaluations
Développeur Jackfruit
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.jackfruit.ai
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/2d92e501-e259-4f08-a926-36211d93c718
Langues Prises en Charge 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"
            ]
        }
    ]
}