Jackfruit Extension

Simplify Job application process with just a click!

O que é Jackfruit Extension?

Jackfruit Extension é uma extensão do Chrome desenvolvida por Jackfruit, e sua principal característica é "Simplify Job application process with just a click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Jackfruit Extension

Baixe arquivos de extensão Jackfruit Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Jackfruit Extension Jackfruit Extension
ID pkjjphhiebkbcalbmkjnhjbkkpenehoj
URL Oficial https://chromewebstore.google.com/detail/jackfruit-extension/pkjjphhiebkbcalbmkjnhjbkkpenehoj
Descrição Simplify Job application process with just a click!
Tamanho do Arquivo 576 KB
Contagem de Instalações 389
Versão Atual 3.0
Última Atualização 2022-05-12
Data de Publicação 2021-10-26
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor Jackfruit
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.jackfruit.ai
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/2d92e501-e259-4f08-a926-36211d93c718
Idiomas Suportados 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"
            ]
        }
    ]
}