Easy Apply

Apply to AngelList jobs automatically

Apa itu Easy Apply?

Easy Apply adalah ekstensi Chrome yang dikembangkan oleh raj.bhojan, dan fitur utamanya adalah "Apply to AngelList jobs automatically".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Easy Apply

Unduh file ekstensi Easy Apply dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
URL Resmi https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
Deskripsi Apply to AngelList jobs automatically
Ukuran File 14.1 KB
Jumlah Instalasi 219
Versi Saat Ini 2.2
Terakhir Diperbarui 2022-09-26
Tanggal Publikasi 2021-11-13
Penilaian 5.00/5 Total 9 Penilaian
Pengembang raj.bhojan
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}