Easy Apply

Apply to AngelList jobs automatically

Qu'est-ce que Easy Apply ?

Easy Apply est une extension Chrome développée par raj.bhojan, et sa fonction principale est "Apply to AngelList jobs automatically".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Apply

Téléchargez les fichiers d'extension Easy Apply 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

                        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.                    

Informations de Base sur l'Extension

Nom Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
URL Officiel https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
Description Apply to AngelList jobs automatically
Taille du Fichier 14.1 KB
Nombre d'Installations 219
Version Actuelle 2.2
Dernière Mise à Jour 2022-09-26
Date de Publication 2021-11-13
Évaluation 5.00/5 Total 9 Évaluations
Développeur raj.bhojan
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}