Easy Apply

Apply to AngelList jobs automatically

Co je Easy Apply?

Easy Apply je rozšíření Chrome vyvinuté raj.bhojan, a jeho hlavní funkcí je „Apply to AngelList jobs automatically“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Easy Apply

Stáhněte si soubory rozšíření Easy Apply ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
Oficiální URL https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
Popis Apply to AngelList jobs automatically
Velikost souboru 14.1 KB
Počet instalací 219
Aktuální Verze 2.2
Poslední Aktualizace 2022-09-26
Datum Vydání 2021-11-13
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář raj.bhojan
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}