EZApply

Job application auto-fill

Apa itu EZApply?

EZApply adalah ekstensi Chrome yang dikembangkan oleh mbrz-0101, dan fitur utamanya adalah "Job application auto-fill".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EZApply

Unduh file ekstensi EZApply 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

                        EZApply is a Chrome extension that auto-fills your job application for you! Fill out your information once on our online form, then use the extension to quickly complete any of your online applications!

Visit our landing page for more info: http://ezapply-com.stackstaging.com/                    

Informasi Dasar Ekstensi

Nama EZApply EZApply
ID chgdkmbnbbdljfpakdmhgfecnnbincld
URL Resmi https://chrome.google.com/webstore/detail/ezapply/chgdkmbnbbdljfpakdmhgfecnnbincld
Deskripsi Job application auto-fill
Ukuran File 16.17 MB
Jumlah Instalasi 124
Versi Saat Ini 1.4
Terakhir Diperbarui 2018-04-25
Tanggal Publikasi 2018-04-25
Penilaian 3.50/5 Total 2 Penilaian
Pengembang mbrz-0101
Tipe Pembayaran free
Situs Ekstensi http://ezapply-com.stackstaging.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EZApply",
    "description": "Job application auto-fill",
    "version": "1.4",
    "icons": {
        "16": "ezapply-images\/ez_icon_red.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.js",
                "content.js",
                "popup-page\/assets\/js\/popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "ezapply-images\/ez_icon_red.png",
        "default_popup": "popup-page\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}