Job Fill

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

Co to jest Job Fill?

Job Fill to rozszerzenie Chrome opracowane przez https://mukulpathak.com, a jego główną funkcją jest „Here's a extension to easily paste all your job application data.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Job Fill

Pobierz pliki rozszerzeń Job Fill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Job Fill Job Fill
ID mjoffpneklipeiopgidgjccbjefamnhj
Oficjalny URL https://chromewebstore.google.com/detail/job-fill/mjoffpneklipeiopgidgjccbjefamnhj
Opis Here's a extension to easily paste all your job application data.
Rozmiar pliku 621 KB
Liczba instalacji 379
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-05-11
Data Publikacji 2021-05-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://mukulpathak.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://mukulpathak.com/jobfill.html
Adres URL Strony Pomocy http://mukulpathak.com/contact.html
Obsługiwane Języki 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"
    }
}