Magento Cache Flush

Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…

Co je Magento Cache Flush?

Magento Cache Flush je rozšíření Chrome vyvinuté https://netalico.dev, a jeho hlavní funkcí je „Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Magento Cache Flush

Stáhněte si soubory rozšíření Magento Cache Flush 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í

                        Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself).

You must have the Cache Management page open somewhere in a tab for it to work.                    

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

Název Magento Cache Flush Magento Cache Flush
ID lmlhcljlggdkeibkcaegcjdmdaeaocfk
Oficiální URL https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk
Popis Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…
Velikost souboru 10.56 KB
Počet instalací 24
Aktuální Verze 1.1
Poslední Aktualizace 2019-08-16
Datum Vydání 2019-08-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://netalico.dev
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magento Cache Flush",
    "version": "1.1",
    "description": "",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Clear Magento's Cache"
        }
    }
}