Epi Easy Dev Hide License Warning

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

Co je Epi Easy Dev Hide License Warning?

Epi Easy Dev Hide License Warning je rozšíření Chrome vyvinuté Jacob Pretorius, a jeho hlavní funkcí je „Hides the Episerver invalid license warning message on all sites visited by this browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Epi Easy Dev Hide License Warning

Stáhněte si soubory rozšíření Epi Easy Dev Hide License Warning ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Epi Easy Dev Hide License Warning Epi Easy Dev Hide License Warning
ID mlolahdofmdfacdheijhjidjnhlcjmpc
Oficiální URL https://chromewebstore.google.com/detail/epi-easy-dev-hide-license/mlolahdofmdfacdheijhjidjnhlcjmpc
Popis Hides the Episerver invalid license warning message on all sites visited by this browser.
Velikost souboru 5.78 KB
Počet instalací 40
Aktuální Verze 1.2
Poslední Aktualizace 2018-09-20
Datum Vydání 2018-09-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Jacob Pretorius
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}