Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

什麼是Content Hub Power Extension?

Content Hub Power Extension是由Ronald van der Plas開發的Chrome擴展程式,該擴展的主要功能是“Awesome extension that makes managing Content Hub easier!”。

擴展截圖

screenshot
screenshot
screenshot

下載Content Hub Power Extension擴展crx文件

下載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
官方網址 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"
    }
}