Easy Apply

Makes applying for jobs easier.

Apa itu Easy Apply?

Easy Apply adalah ekstensi Chrome yang dikembangkan oleh jasonou, dan fitur utamanya adalah "Makes applying for jobs easier.".

Screenshot Ekstensi

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

                        # easy-apply

Chrome extension for making my time applying for jobs easier. Allows me to save data that I use frequently and easily copy and paste it. Also will allow me to save positions I am interested in or applied for.

## FEATURES

1) Users are able to save simple data such as their frequenctly used LinkedIn, GitHub, Phone Number, and Email Address.

2) There are two quick links to job searching sites, LinkedIn Jobs, and Indeed.

3) Users are able to save jobs they are interested in and view them.

4) Users are able to remove and modify the status of their applications.

## Storage using the Chrome Storage API

> Storage API format using a JSON representation.                    

Informasi Dasar Ekstensi

Nama Easy Apply Easy Apply
ID ffdpcmkeeabojbhacongdblkjcbogpab
URL Resmi https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab
Deskripsi Makes applying for jobs easier.
Ukuran File 45.88 KB
Jumlah Instalasi 113
Versi Saat Ini 1.00
Terakhir Diperbarui 2017-12-28
Tanggal Publikasi 2017-12-27
Penilaian 1.00/5 Total 1 Penilaian
Pengembang jasonou
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "version": "1.00",
    "manifest_version": 2,
    "description": "Makes applying for jobs easier.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon48.png"
    },
    "browser_action": {
        "default_title": "Easy Apply",
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ]
}