Hancom Docs
Hancom Docs
Hancom Docsคืออะไร?
Hancom Docs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hancomdocs และคุณลักษณะหลักของมันคือ "Hancom Docs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hancom Docs
ดาวน์โหลดไฟล์ส่วนขยาย Hancom Docs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } } |