Job Fill

Here's a extension to easily paste all your job application data.

Apa itu Job Fill?

Job Fill adalah ekstensi Chrome yang dikembangkan oleh https://mukulpathak.com, dan fitur utamanya adalah "Here's a extension to easily paste all your job application data.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Job Fill

Unduh file ekstensi Job Fill 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

                        To all the people applying jobs online, since I understand the time consumed to fill the forms is too high, here's a solution to easily fill the forms.
Store all your data in text form and just right click on the text field and select what to paste. It's that simple.
More features to come soon.

NOTICE: No user data is stored with me. It's all stored in your browser.

For any issue: contact me at [email protected] or visit http://mukulpathak.com/contact.html                    

Informasi Dasar Ekstensi

Nama Job Fill Job Fill
ID mjoffpneklipeiopgidgjccbjefamnhj
URL Resmi https://chromewebstore.google.com/detail/job-fill/mjoffpneklipeiopgidgjccbjefamnhj
Deskripsi Here's a extension to easily paste all your job application data.
Ukuran File 621 KB
Jumlah Instalasi 379
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-05-11
Tanggal Publikasi 2021-05-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://mukulpathak.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://mukulpathak.com/jobfill.html
URL Halaman Bantuan http://mukulpathak.com/contact.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Job Fill",
    "description": "Here's a extension to easily paste all your job application data.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "assets\/icons\/JF48.png",
        "default_popup": "index.html",
        "default_title": "Job Fill"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "assets\/icons\/JF19.png",
        "48": "assets\/icons\/JF48.png",
        "128": "assets\/icons\/JF128.png"
    }
}