Zapply

Fill once, apply everywhere.

Zapply란 무엇입니까?

Zapply은(는) rizhaow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fill once, apply everywhere."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Zapply helps you auto-fill job application forms ⚡️

Apply for jobs in seconds with Zapply 🚀

Zapply even helps you fill up those pesky resume upload fields 💪

Your data is stored locally in your computer 🔒

Zapply doesn't send any data to any web servers 🔒                    

확장 프로그램 기본 정보

이름 Zapply Zapply
ID paeomgbbmdmkgbikaabfigifkaifgoai
공식 URL https://chromewebstore.google.com/detail/zapply/paeomgbbmdmkgbikaabfigifkaifgoai
설명 Fill once, apply everywhere.
파일 크기 2.88 MB
설치 횟수 32
현재 버전 1.0.0
최근 업데이트 2021-06-16
출시 날짜 2021-06-16
평점 5.00/5 총 3 개의 평점
개발자 rizhaow
이메일 [email protected]
결제 유형 free
지원되는 언어 en,pt-PT,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zapply",
    "version": "1.0.0",
    "description": "__MSG_generalDescription__",
    "background": {
        "persistent": false,
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "icons": {
        "192": "logo192.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "chrome_style": false,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ]
}