Easy Apply

Apply to AngelList jobs automatically

Wat is Easy Apply?

Easy Apply is een Chrome-extensie ontwikkeld door raj.bhojan, en de belangrijkste functie is "Apply to AngelList jobs automatically".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Easy Apply

Download Easy Apply-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
Officiële URL https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
Beschrijving Apply to AngelList jobs automatically
Bestandsgrootte 14.1 KB
Aantal Installaties 219
Huidige Versie 2.2
Laatst Bijgewerkt 2022-09-26
Publicatiedatum 2021-11-13
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar raj.bhojan
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}