Job Fill

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

Cos'è Job Fill?

Job Fill è un'estensione di Chrome sviluppata da https://mukulpathak.com, e la sua funzione principale è "Here's a extension to easily paste all your job application data.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Job Fill

Scarica i file di estensione Job Fill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Job Fill Job Fill
ID mjoffpneklipeiopgidgjccbjefamnhj
URL Ufficiale https://chromewebstore.google.com/detail/job-fill/mjoffpneklipeiopgidgjccbjefamnhj
Descrizione Here's a extension to easily paste all your job application data.
Dimensione del File 621 KB
Conteggio Installazioni 379
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-05-11
Data di Pubblicazione 2021-05-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://mukulpathak.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://mukulpathak.com/jobfill.html
URL della Pagina di Aiuto http://mukulpathak.com/contact.html
Lingue Supportate 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"
    }
}