더존 급여명세서 뷰어
더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공.
What is 더존 급여명세서 뷰어?
더존 급여명세서 뷰어 is a Chrome extension developed by nibabooji, and its main feature is "더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공.".
Extension Screenshots
Download 더존 급여명세서 뷰어 Extension CRX File
Download 더존 급여명세서 뷰어 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
설치 후 아래 내용을 필수 적으로 확인해 주세요! 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.
Extension Basic Information
Name | 더존 급여명세서 뷰어 |
ID | jchjhafjjekdocejbpeiopmngbbpcfoh |
Official 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 |
Description | 더존 Erp 를 통해 발급된 ie 에서만 볼 수 있엇던 급여명세서를 크롬에서도 볼 수 있도록 제공. |
File Size | 66.96 KB |
Installation Count | 13,204 |
Current Version | 1.0.0 |
Last Updated | 2020-08-17 |
Publish Date | 2020-08-16 |
Rating | 5.00/5 Total 9 Ratings |
Developer | nibabooji |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/\/*" ] } |