Ladders Apply4Me

Our experts complete your job application forms and keep you posted – Apply4Me

Cos'è Ladders Apply4Me?

Ladders Apply4Me è un'estensione di Chrome sviluppata da Ladders, Inc., e la sua funzione principale è "Our experts complete your job application forms and keep you posted – Apply4Me".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ladders Apply4Me

Scarica i file di estensione Ladders Apply4Me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Apply to jobs from job sites, career sites, or job application pages with 1-click.  Our expert team will complete your applications, send you notifications, and record your statuses on your dedicated Ladders’ dashboard.

Apply4Me saves you the 18 minutes average time it takes to apply for a job online by asking for your resume and your answers to the 18 most common questions – once.  After that, all you do is click the Apply4Me button.

Apply4Me is now further integrated with top job sites, making saving time even easier. Simply click on the Apply4Me button on job descriptions, or your saved jobs list to apply.

With Ladders’ Apply4Me you can say Goodbye! to endless job application forms and get back to your real life faster.

Pro Tip:

After installing Apply4Me on Chrome, you’ll need to pin Apply4Me to your toolbar – this way you can apply to jobs on the internet as you find them.

1. Click the Extensions icon in the upper right-hand corner of your toolbar.

2. Click the pin button to "pin" the Apply4Me extension to the toolbar.

3. Now you’ll see the Ladders icon when you visit jobs sites. Simply click the icon and we start work on your application.                    

Informazioni di Base sull'Estensione

Nome Ladders Apply4Me Ladders Apply4Me
ID mbooipheihllljlmdencnhllhjonione
URL Ufficiale https://chromewebstore.google.com/detail/ladders-apply4me/mbooipheihllljlmdencnhllhjonione
Descrizione Our experts complete your job application forms and keep you posted – Apply4Me
Dimensione del File 285 KB
Conteggio Installazioni 9,000
Versione Corrente 1.0.15
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2021-06-10
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Ladders, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.theladders.com/apply4me
URL della Pagina di Aiuto https://theladders.zendesk.com/hc/en-us/articles/360050875231
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ladders Apply4Me",
    "description": "Our experts complete your job application forms and keep you posted \u2013 Apply4Me",
    "version": "1.0.15",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.theladders.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.theladders.com\/*"
        ]
    },
    "background": {
        "service_worker": "worker-inline.js"
    },
    "action": {
        "default_popup": "\/popup\/processing\/processing.html",
        "default_icon": {
            "16": "\/assets\/icons\/Ladders-manifest-icon-16px.png",
            "32": "\/assets\/icons\/Ladders-manifest-icon-32px.png",
            "48": "\/assets\/icons\/Ladders-manifest-icon-48px.png",
            "128": "\/assets\/icons\/Ladders-manifest-icon-128px.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/Ladders-manifest-icon-16px.png",
        "32": "\/assets\/icons\/Ladders-manifest-icon-32px.png",
        "48": "\/assets\/icons\/Ladders-manifest-icon-48px.png",
        "128": "\/assets\/icons\/Ladders-manifest-icon-128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.monster.com\/*",
                "*:\/\/*.careerbuilder.com\/*",
                "*:\/\/*.jobs.mashable.com\/*",
                "*:\/\/*.talent.com\/jobs*",
                "*:\/\/lensa.com\/talent\/job-opportunities\/*",
                "*:\/\/*.themuse.com\/search\/*",
                "*:\/\/*.themuse.com\/jobs\/*",
                "*:\/\/*.flexjobs.com\/*",
                "*:\/\/*.weworkremotely.com\/*",
                "*:\/\/*.dice.com\/jobs\/*",
                "*:\/\/*.builtin.com\/jobs\/*",
                "*:\/\/*.wecommerce.co\/*",
                "*:\/\/*.myworkdayjobs.com\/*",
                "*:\/\/*.greenhouse.com\/*",
                "*:\/\/*.icims.com\/*",
                "*:\/\/*.taleo.net\/*",
                "*:\/\/*.lever.co\/*",
                "*:\/\/*.smartrecruiters.com\/*",
                "*:\/\/*.jobvite.com\/*",
                "*:\/\/*.brassring.com\/*",
                "*:\/\/*.ultipro.com\/*",
                "*:\/\/*.adp.com\/*",
                "*:\/\/*.appcast.io\/*",
                "*:\/\/*.applytracking.com\/*",
                "*:\/\/*.oracle.com\/cloud\/*",
                "*:\/\/*.successfactors.com\/*",
                "*:\/\/*.applytojob.com\/*",
                "*:\/\/*.selectminds.com\/*",
                "*:\/\/*.bamboohr.com\/*",
                "*:\/\/*.addthis.com\/*",
                "*:\/\/*.eightfold.ai\/*",
                "*:\/\/*.workable.com\/*",
                "*:\/\/*.radancy.com\/*",
                "*:\/\/*.skillroads.com\/*",
                "*:\/\/*.jobs.net\/*",
                "*:\/\/*.audiblecareers.com\/*",
                "*:\/\/*.cornerstoneondemand.com\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.hrmdirect.com\/*",
                "*:\/\/*.dayforcehcm.com\/*",
                "*:\/\/*.successfactor.eu\/*"
            ],
            "js": [
                "content-scripts\/external-sites-notification\/index-inline.js"
            ],
            "css": [
                "content-scripts\/external-sites-notification\/styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.ziprecruiter.com\/*",
                "*:\/\/*.glassdoor.com\/*",
                "*:\/\/*.google.com\/search*htl;jobs*"
            ],
            "js": [
                "content-scripts\/apply-for-me-button\/index-inline.js"
            ],
            "css": [
                "content-scripts\/apply-for-me-button\/styles.css",
                "content-scripts\/apply-for-me-button\/notifications\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/fonts\/*.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}