Content Hub Power Extension
Awesome extension that makes managing Content Hub easier!
ما هو Content Hub Power Extension؟
Content Hub Power Extension هو إضافة Chrome تم تطويرها بواسطة Ronald van der Plas، والميزة الرئيسية لها هي "Awesome extension that makes managing Content Hub easier!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Content Hub Power Extension
قم بتنزيل ملفات الامتداد Content Hub Power Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension safe you a lot of clicks on a daily basis when working with Sitecore Content Hub. It has direct links to the most used Management function with in the Content Hub.
معلومات أساسية عن التمديد
الاسم | Content Hub Power Extension |
ID | mhhfhpbdecmbipmbnphdbpnaldamcmac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac |
الوصف | Awesome extension that makes managing Content Hub easier! |
حجم الملف | 119 KB |
عدد التثبيتات | 114 |
النسخة الحالية | 1.3 |
آخر تحديث | 2022-10-04 |
تاريخ النشر | 2021-12-22 |
المطور | Ronald van der Plas |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rvdplas/ContentHubChromeExtension |
عنوان صفحة المساعدة | https://github.com/rvdplas/ContentHubChromeExtension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Content Hub Power Extension", "description": "Awesome extension that makes managing Content Hub easier!", "version": "1.3", "manifest_version": 3, "permissions": [ "scripting", "tabs", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_popup": "index.html", "default_icon": { "16": ".\/public\/images\/get_started16.png", "32": ".\/public\/images\/get_started32.png", "48": ".\/public\/images\/get_started48.png", "128": ".\/public\/images\/get_started128.png" } }, "icons": { "16": ".\/public\/images\/get_started16.png", "32": ".\/public\/images\/get_started32.png", "48": ".\/public\/images\/get_started48.png", "128": ".\/public\/images\/get_started128.png" } } |