One Tap: Job Search Helper

Get more interviews and save time on every job application

Qu'est-ce que One Tap: Job Search Helper ?

One Tap: Job Search Helper est une extension Chrome développée par Antoine Screve, et sa fonction principale est "Get more interviews and save time on every job application".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension One Tap: Job Search Helper

Téléchargez les fichiers d'extension One Tap: Job Search Helper 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

                        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.                    

Informations de Base sur l'Extension

Nom One Tap: Job Search Helper One Tap: Job Search Helper
ID mchdhakjpgbgfcecgihfggmdmlclkgib
URL Officiel https://chromewebstore.google.com/detail/one-tap-job-search-helper/mchdhakjpgbgfcecgihfggmdmlclkgib
Description Get more interviews and save time on every job application
Taille du Fichier 114 KB
Nombre d'Installations 778
Version Actuelle 0.2.0.042
Dernière Mise à Jour 2020-07-24
Date de Publication 2020-07-11
Évaluation 5.00/5 Total 5 Évaluations
Développeur Antoine Screve
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://antoinescreve.typeform.com/to/YtbMIChs#email=chrome_store_support_url
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1ywVJlTwPQTBdx4sz3Yi2h2LW4cBB4xUEHekpqweVzCs/edit?usp=sharing
Langues Prises en Charge 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"
        ]
    }
}