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 |
Eメール | [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" } } |