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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |