Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Content Hub Power Extension क्या है?

Content Hub Power Extension Ronald van der Plas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome extension that makes managing Content Hub easier!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Content Hub Power Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}