Hancom Docs
Hancom Docs
ما هو Hancom Docs؟
Hancom Docs هو إضافة Chrome تم تطويرها بواسطة hancomdocs، والميزة الرئيسية لها هي "Hancom Docs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hancom Docs
قم بتنزيل ملفات الامتداد Hancom Docs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://support.hancom.com |
عنوان صفحة سياسة الخصوصية | 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" } } } |