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."입니다.

확장 프로그램 스크린샷

screenshot

Job Fill 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}