Job Fill
Here's a extension to easily paste all your job application data.
什么是Job Fill?
Job Fill是由https://mukulpathak.com开发的Chrome扩展程序,该扩展的主要功能是“Here's a extension to easily paste all your job application data.”。
扩展截图
下载Job Fill扩展crx文件
下载Job Fill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Job Fill |
ID | mjoffpneklipeiopgidgjccbjefamnhj |
官方URL | https://chromewebstore.google.com/detail/job-fill/mjoffpneklipeiopgidgjccbjefamnhj |
简介 | Here's a extension to easily paste all your job application data. |
文件大小 | 621 KB |
安装次数 | 379 |
当前版本 | 1.0.0 |
更新时间 | 2021-05-11 |
上架时间 | 2021-05-08 |
评分 | 5.00/5 共1次评分 |
开发者 | https://mukulpathak.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://mukulpathak.com/jobfill.html |
帮助页面URL | http://mukulpathak.com/contact.html |
支持的语言 | 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" } } |