Hancom Docs

Hancom Docs

Hancom Docs là gì?

Hancom Docs là một tiện ích mở rộng Chrome được phát triển bởi hancomdocs, và tính năng chính của nó là "Hancom Docs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hancom Docs

Tải xuống các tệp mở rộng Hancom Docs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hancom Docs Hancom Docs
ID hghicfdlhiabmmmcmdbbcgiodijhnihl
URL Chính Thức https://chromewebstore.google.com/detail/hancom-docs/hghicfdlhiabmmmcmdbbcgiodijhnihl
Mô tả Hancom Docs
Kích Thước Tệp 1.87 MB
Số Lần Cài Đặt 4,776
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-12-08
Ngày Phát Hành 2022-11-06
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển hancomdocs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.hancomdocs.com
URL Trang Trợ Giúp https://support.hancom.com
URL Trang Chính Sách Bảo Mật https://accounts.hancom.com/policy/privacy/current
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}