Epi Easy Dev Hide License Warning

Hides the Episerver invalid license warning message on all sites visited by this browser.

Epi Easy Dev Hide License Warningとは何ですか?

Epi Easy Dev Hide License WarningはJacob Pretoriusによって開発されたChromeの拡張機能で、その主な機能は「Hides the Episerver invalid license warning message on all sites visited by this browser.」です。

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

screenshot

Epi Easy Dev Hide License Warning拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hides the Episerver invalid license warning message on all sites visited by this browser. 

This extension is intended only for use during development, make sure to visit https://license.episerver.com for official demo and partner licenses.                    

拡張機能の基本情報

名前 Epi Easy Dev Hide License Warning Epi Easy Dev Hide License Warning
ID mlolahdofmdfacdheijhjidjnhlcjmpc
公式URL https://chromewebstore.google.com/detail/epi-easy-dev-hide-license/mlolahdofmdfacdheijhjidjnhlcjmpc
説明 Hides the Episerver invalid license warning message on all sites visited by this browser.
ファイルサイズ 5.78 KB
インストール数 40
現在のバージョン 1.2
最終更新日 2018-09-20
公開日 2018-09-20
評価 5.00/5 合計 2 レビュー
開発者 Jacob Pretorius
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "32": "32.ico",
        "64": "64.ico"
    },
    "name": "Epi Easy Dev Hide License Warning",
    "version": "1.2",
    "description": "Hides the Episerver invalid license warning message on all sites visited by this browser.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "inject.js"
    ]
}