Lever App Filler Plugin

This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.

Apa itu Lever App Filler Plugin?

Lever App Filler Plugin adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lever App Filler Plugin

Unduh file ekstensi Lever App Filler Plugin 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

                        Chrome extension to make it easy to fill out job applications using Lever.co's application tracking system. Stores information inside Chrome local storage and uses JQuery to validate Lever's ATS and pre-fill information in the text fields.                    

Informasi Dasar Ekstensi

Nama Lever App Filler Plugin Lever App Filler Plugin
ID eehdfhkagnegkdkjbklapdkcdnefkcgb
URL Resmi https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb
Deskripsi This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
Ukuran File 40.91 KB
Jumlah Instalasi 17
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-05-18
Tanggal Publikasi 2017-05-18
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lever App Filler Plugin",
    "description": "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}