더존 급여명세서 뷰어

더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공.

더존 급여명세서 뷰어란 무엇입니까?

더존 급여명세서 뷰어은(는) nibabooji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

더존 급여명세서 뷰어 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        설치 후 아래 내용을 필수 적으로 확인해 주세요!
1. [설정] -> [도구 더보기] -> [확장 프로그램]  또는 주소창에 chrome://extensions 입력
2. [더존 급여명세서 뷰어] -> [세부정보] -> [파일 URL에 대한 액세스 허용] 을 체크 해주세요.


더존 Erp 를 통해 발급된 IE 에서만 볼 수 있었던 급여명세서를 크롬에서도 볼 수 있게 해줍니다.
Helps you to view the Internet Explorer-only Douzone pay stubs in Chrome.
It helps you to view the monthly pay stubs that you could view using activeX in the existing in Chrome. Just install it without any action and read it as usual.                    

확장 프로그램 기본 정보

이름 더존 급여명세서 뷰어 더존 급여명세서 뷰어
ID jchjhafjjekdocejbpeiopmngbbpcfoh
공식 URL https://chromewebstore.google.com/detail/%EB%8D%94%EC%A1%B4-%EA%B8%89%EC%97%AC%EB%AA%85%EC%84%B8%EC%84%9C-%EB%B7%B0%EC%96%B4/jchjhafjjekdocejbpeiopmngbbpcfoh
설명 더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공.
파일 크기 66.96 KB
설치 횟수 13,204
현재 버전 1.0.0
최근 업데이트 2020-08-17
출시 날짜 2020-08-16
평점 5.00/5 총 9 개의 평점
개발자 nibabooji
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ub354\uc874 \uae09\uc5ec\uba85\uc138\uc11c \ubdf0\uc5b4",
    "short_name": "ejwhs Pay Stubs Viewer",
    "description": "\ub354\uc874 Erp \ub97c \ud1b5\ud574 \ubc1c\uae09\ub41c ie \uc5d0\uc11c\ub9cc \ubcfc \uc218 \uc788\uc5c7\ub358 \uae09\uc5ec\uba85\uc138\uc11c\ub97c \ud06c\ub86c\uc5d0\uc11c\ub3c4 \ubcfc \uc218 \uc788\ub3c4\ub85d \uc81c\uacf5.",
    "author": "KT",
    "version": "1.0.0",
    "icons": {
        "16": "old_ejwhs_pay_stubs_16.png",
        "32": "old_ejwhs_pay_stubs_32.png",
        "48": "old_ejwhs_pay_stubs_48.png",
        "128": "old_ejwhs_pay_stubs_128.png"
    },
    "browser_action": {
        "default_icon": "old_ejwhs_pay_stubs_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*"
            ],
            "js": [
                "library\/jquery-3.1.1.min.js",
                "library\/algorithm\/core-min.js",
                "library\/algorithm\/x64-core-min.js",
                "library\/algorithm\/cipher-core-min.js",
                "library\/algorithm\/sha1.js",
                "library\/algorithm\/rc2.js",
                "library\/algorithm\/enc-base64-min.js",
                "library\/algorithm\/enc-utf16-min.js",
                "scripts\/ejwhs_pay_stubs.js",
                "scripts\/decryptor.js",
                "scripts\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "file:\/\/\/*"
    ]
}