Easy Apply

Apply to AngelList jobs automatically

Cos'è Easy Apply?

Easy Apply è un'estensione di Chrome sviluppata da raj.bhojan, e la sua funzione principale è "Apply to AngelList jobs automatically".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Easy Apply

Scarica i file di estensione Easy Apply 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

                        Job Applications are monotonic and tiring. You have to copy-paste the same cover letter multiple times which is counterproductive and time-consuming. 

Easy Apply is a bot that automates the process of job applications for you. The extension is easy to use and completely free. You can apply upto 30 jobs in 3 minutes.

The extension currently works on AngelList. It would be made available for other platforms soon.                    

Informazioni di Base sull'Estensione

Nome Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
URL Ufficiale https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
Descrizione Apply to AngelList jobs automatically
Dimensione del File 14.1 KB
Conteggio Installazioni 219
Versione Corrente 2.2
Ultimo Aggiornamento 2022-09-26
Data di Pubblicazione 2021-11-13
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore raj.bhojan
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "description": "Apply to AngelList jobs automatically",
    "version": "2.2",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "easy_apply_128.png",
        "48": "easy_apply_128.png",
        "128": "easy_apply_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}