Simplify Copilot - Autofill job applications

The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!

Qu'est-ce que Simplify Copilot - Autofill job applications ?

Simplify Copilot - Autofill job applications est une extension Chrome développée par https://simplify.jobs, et sa fonction principale est "The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simplify Copilot - Autofill job applications

Téléchargez les fichiers d'extension Simplify Copilot - Autofill job applications 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

                        Use your Simplify profile to quick apply and autofill your job & internship applications online in one click! Simplify Copilot instantly fills out job applications with your saved information on thousands of career websites. Plus, track your job applications with our automatic job tracker to stay organized and get personalized career growth and job recommendations. 

Simplify Copilot works with most job boards and ATS systems, making it fast and easy to track and manage all your job applications in one place. Automate your job applications from hundreds of sites including Workday, Lever, Greenhouse and millions of other career sites! 

Join hundreds of thousands of job seekers on our platform who have submitted over 15m+ applications with Simplify! Discover and apply to your next role today!

––––––––––––

*By downloading this extension, you are agreeing to our Terms of Service here: https://simplify.jobs/terms. Please also take a moment to review our Privacy Policy here: https://simplify.jobs/privacy

**Need help? We’re always one email away: [email protected]                    

Informations de Base sur l'Extension

Nom Simplify Copilot - Autofill job applications Simplify Copilot - Autofill job applications
ID pbanhockgagggenencehbnadejlgchfc
URL Officiel https://chromewebstore.google.com/detail/simplify-copilot-autofill/pbanhockgagggenencehbnadejlgchfc
Description The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!
Taille du Fichier 5.74 MB
Nombre d'Installations 300,171
Version Actuelle 1.6.17
Dernière Mise à Jour 2024-02-07
Date de Publication 2021-02-26
Évaluation 4.86/5 Total 1793 Évaluations
Développeur https://simplify.jobs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://simplify.jobs/
URL de la Page d'Aide https://simplify.jobs/support
URL de la Page de Politique de Confidentialité https://simplify.jobs/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simplify Copilot - Autofill job applications",
    "version": "1.6.17",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!",
    "homepage_url": "https:\/\/simplify.jobs\/",
    "short_name": "Simplify Jobs",
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "offscreen",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'wasm-unsafe-eval'; connect-src *; img-src 'self' https:\/\/storage.googleapis.com https:\/\/res.cloudinary.com data:"
    },
    "author": "Simplify Jobs Inc.",
    "minimum_chrome_version": "109",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Simplify Copilot",
        "chrome_style": false
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.simplify.jobs\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*",
                "js\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}