경력계산기
경력년월수 계산기
What is 경력계산기?
경력계산기 is a Chrome extension developed by https://devroid.com, and its main feature is "경력년월수 계산기".
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
경력기간을 여러개 구성한 후, 총 경력년월수를 구하는 계산기입니다. 경력목록을 구성할 때는 직접 목록을 구성해도 되고, 경력기간이 포함된 텍스트를 붙여넣기 하여 자동으로 구성할 수도 있습니다. ** 경력사항을 복사해서 붙여넣을 때는 이력서 전체를 복사하지 마시고, 경력기간 부분만 복사해서 붙여넣으세요. 학력기간이 포함된 내용까지 같이 붙여넣게 되면 학력기간 또한 경력기간으로 인식이 되고, 또 엉뚱한 기간까지 포함될 수 있기 때문입니다.
Extension Basic Information
Name | 경력계산기 |
ID | mdjgckmdmpgcoacholndloaibmblhnna |
Official URL | https://chromewebstore.google.com/detail/%EA%B2%BD%EB%A0%A5%EA%B3%84%EC%82%B0%EA%B8%B0/mdjgckmdmpgcoacholndloaibmblhnna |
Description | 경력년월수 계산기 |
File Size | 80.73 KB |
Installation Count | 2,286 |
Current Version | 2.0 |
Last Updated | 2024-01-30 |
Publish Date | 2019-09-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://devroid.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.hanttasoft.co.kr/Customer/Sub04 |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\uacbd\ub825\uacc4\uc0b0\uae30", "short_name": "\uacbd\ub825\uacc4\uc0b0\uae30", "description": "\uacbd\ub825\ub144\uc6d4\uc218 \uacc4\uc0b0\uae30", "version": "2.0", "action": { "default_icon": ".\/images\/icon.png", "default_popup": "main.html", "default_title": "\uacbd\ub825\uacc4\uc0b0\uae30" }, "permissions": [ "storage" ] } |