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 |
官方網址 | 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" } } |