Job Fill
Here's a extension to easily paste all your job application data.
Wat is Job Fill?
Job Fill is een Chrome-extensie ontwikkeld door https://mukulpathak.com, en de belangrijkste functie is "Here's a extension to easily paste all your job application data.".
Extensie Screenshots
Download het CRX-bestand van de extensie Job Fill
Download Job Fill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Job Fill |
ID | mjoffpneklipeiopgidgjccbjefamnhj |
Officiële URL | https://chromewebstore.google.com/detail/job-fill/mjoffpneklipeiopgidgjccbjefamnhj |
Beschrijving | Here's a extension to easily paste all your job application data. |
Bestandsgrootte | 621 KB |
Aantal Installaties | 379 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-11 |
Publicatiedatum | 2021-05-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://mukulpathak.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://mukulpathak.com/jobfill.html |
Help Pagina-URL | http://mukulpathak.com/contact.html |
Ondersteunde Talen | 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" } } |