Hancom Docs
Hancom Docs
Apa itu Hancom Docs?
Hancom Docs adalah ekstensi Chrome yang dikembangkan oleh hancomdocs, dan fitur utamanya adalah "Hancom Docs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hancom Docs
Unduh file ekstensi Hancom Docs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hghicfdlhiabmmmcmdbbcgiodijhnihl |
URL Resmi | https://chromewebstore.google.com/detail/hancom-docs/hghicfdlhiabmmmcmdbbcgiodijhnihl |
Deskripsi | Hancom Docs |
Ukuran File | 1.87 MB |
Jumlah Instalasi | 4,776 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2023-12-08 |
Tanggal Publikasi | 2022-11-06 |
Penilaian | 4.64/5 Total 11 Penilaian |
Pengembang | hancomdocs |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.hancomdocs.com |
URL Halaman Bantuan | https://support.hancom.com |
URL Halaman Kebijakan Privasi | https://accounts.hancom.com/policy/privacy/current |
Bahasa yang Didukung | 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" } } } |