One Tap: Job Search Helper

Get more interviews and save time on every job application

O que é One Tap: Job Search Helper?

One Tap: Job Search Helper é uma extensão do Chrome desenvolvida por Antoine Screve, e sua principal característica é "Get more interviews and save time on every job application".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão One Tap: Job Search Helper

Baixe arquivos de extensão One Tap: Job Search Helper 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

                        Tired of filling out  applications online and never hearing back? Click on the OneTap extension on any job page and OneTap will fill out the job application for you.

Want to get more interviews? OneTap will show you employees willing to help candidates get interviews at their company.                    

Informações Básicas da Extensão

Nome One Tap: Job Search Helper One Tap: Job Search Helper
ID mchdhakjpgbgfcecgihfggmdmlclkgib
URL Oficial https://chromewebstore.google.com/detail/one-tap-job-search-helper/mchdhakjpgbgfcecgihfggmdmlclkgib
Descrição Get more interviews and save time on every job application
Tamanho do Arquivo 114 KB
Contagem de Instalações 778
Versão Atual 0.2.0.042
Última Atualização 2020-07-24
Data de Publicação 2020-07-11
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Antoine Screve
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://antoinescreve.typeform.com/to/YtbMIChs#email=chrome_store_support_url
URL da Página de Política de Privacidade https://docs.google.com/document/d/1ywVJlTwPQTBdx4sz3Yi2h2LW4cBB4xUEHekpqweVzCs/edit?usp=sharing
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "128": "img\/icon128.png"
    },
    "name": "One Tap: Job Search Helper",
    "description": "Get more interviews and save time on every job application",
    "version": "0.2.0.042",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "64": "img\/icon64.png"
        },
        "default_title": "ONE TAP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/env.js",
            "scripts\/jquery-3.4.1.min.js",
            "scripts\/background.js"
        ]
    }
}