Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Content Hub Power Extension là gì?

Content Hub Power Extension là một tiện ích mở rộng Chrome được phát triển bởi Ronald van der Plas, và tính năng chính của nó là "Awesome extension that makes managing Content Hub easier!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Content Hub Power Extension

Tải xuống các tệp mở rộng Content Hub Power Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
URL Chính Thức https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Mô tả Awesome extension that makes managing Content Hub easier!
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-10-04
Ngày Phát Hành 2021-12-22
Nhà Phát Triển Ronald van der Plas
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rvdplas/ContentHubChromeExtension
URL Trang Trợ Giúp https://github.com/rvdplas/ContentHubChromeExtension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}