Hancom Docs
Hancom Docs
Was ist Hancom Docs?
Hancom Docs ist eine Chrome-Erweiterung, die von hancomdocs entwickelt wurde, und ihr Hauptmerkmal ist "Hancom Docs".
Erweiterungsscreenshots
Hancom Docs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hancom Docs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hghicfdlhiabmmmcmdbbcgiodijhnihl |
| Offizielle URL | https://chromewebstore.google.com/detail/hancom-docs/hghicfdlhiabmmmcmdbbcgiodijhnihl |
| Beschreibung | Hancom Docs |
| Dateigröße | 1.87 MB |
| Installationsanzahl | 4,776 |
| Aktuelle Version | 1.0.7 |
| Letztes Update | 2023-12-08 |
| Veröffentlichungsdatum | 2022-11-06 |
| Bewertung | 4.64/5 Insgesamt 11 Bewertungen |
| Entwickler | hancomdocs |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.hancomdocs.com |
| Hilfeseite URL | https://support.hancom.com |
| URL der Datenschutzrichtlinien-Seite | https://accounts.hancom.com/policy/privacy/current |
| Unterstützte Sprachen | 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"
}
}
} | |