더존 급여명세서 뷰어

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

Hvad er 더존 급여명세서 뷰어?

더존 급여명세서 뷰어 er en Chrome-udvidelse udviklet af nibabooji, og dens hovedfunktion er "더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download 더존 급여명세서 뷰어-udvidelses-CRX-fil

Download 더존 급여명세서 뷰어-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        설치 후 아래 내용을 필수 적으로 확인해 주세요!
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.                    

Grundlæggende oplysninger om udvidelsen

Navn 더존 급여명세서 뷰어 더존 급여명세서 뷰어
ID jchjhafjjekdocejbpeiopmngbbpcfoh
Officiel 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
Beskrivelse 더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공.
Filstørrelse 66.96 KB
Antal Installationer 13,204
Nuværende Version 1.0.0
Senest Opdateret 2020-08-17
Udgivelsesdato 2020-08-16
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler nibabooji
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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:\/\/\/*"
    ]
}