Hancom Docs
Hancom Docs
Hancom Docs란 무엇입니까?
Hancom Docs은(는) hancomdocs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hancom Docs"입니다.
확장 프로그램 스크린샷
Hancom Docs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick and easy access to Hancom Docs. View, edit and create HWP, Office documents in your browser. [Features] - Create new documents - Open recent documents - Upload files - View account information
확장 프로그램 기본 정보
이름 | |
ID | hghicfdlhiabmmmcmdbbcgiodijhnihl |
공식 URL | https://chromewebstore.google.com/detail/hancom-docs/hghicfdlhiabmmmcmdbbcgiodijhnihl |
설명 | Hancom Docs |
파일 크기 | 1.87 MB |
설치 횟수 | 4,776 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2023-12-08 |
출시 날짜 | 2022-11-06 |
평점 | 4.64/5 총 11 개의 평점 |
개발자 | hancomdocs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.hancomdocs.com |
도움말 페이지 URL | https://support.hancom.com |
개인정보 보호 정책 페이지 URL | https://accounts.hancom.com/policy/privacy/current |
지원되는 언어 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.hancomdocs.com\/" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "service_worker": ".\/build-background\/background.js" }, "action": { "default_icon": ".\/icon_16.png", "default_popup": ".\/build-popup\/index.html" }, "commands": { "create-hwpx": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Create new hwpx document" }, "create-xlsx": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Create new cell document" }, "create-docx": { "suggested_key": { "default": "Ctrl+Shift+3" }, "description": "Create new word document" }, "create-pptx": { "suggested_key": { "default": "Ctrl+Shift+4" }, "description": "Create new pptx document" } } } |