Hancom Docs
Hancom Docs
Hancom Docs क्या है?
Hancom Docs hancomdocs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hancom Docs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hancom Docs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } } |