hybrishelper

Hybris Productivity Enhancement Tool for Hybris Dev Team!

hybrishelperとは何ですか?

hybrishelperはRajiv Kumar Guptaによって開発されたChromeの拡張機能で、その主な機能は「Hybris Productivity Enhancement Tool for Hybris Dev Team!」です。

拡張機能のスクリーンショット

screenshot

hybrishelper拡張機能のCRXファイルをダウンロード

hybrishelper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 hybrishelper hybrishelper
ID amehdmfkpfpnjdhdkaigpboggbgbkdac
公式URL https://chrome.google.com/webstore/detail/hybrishelper/amehdmfkpfpnjdhdkaigpboggbgbkdac
説明 Hybris Productivity Enhancement Tool for Hybris Dev Team!
ファイルサイズ 34.33 KB
インストール数 120
現在のバージョン 1.0
最終更新日 2019-02-23
公開日 2019-02-23
評価 5.00/5 合計 3 レビュー
開発者 Rajiv Kumar Gupta
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hybrishelper",
    "version": "1.0",
    "description": "Hybris Productivity Enhancement Tool for Hybris Dev Team!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.com\/hac\/console\/flexsearch*",
                "https:\/\/*.ca\/hac\/console\/flexsearch*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 2
}