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!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Hub Power Extension

ดาวน์โหลดไฟล์ส่วนขยาย Content Hub Power Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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"
    }
}