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…

Was ist Magento Cache Flush?

Magento Cache Flush ist eine Chrome-Erweiterung, die von https://netalico.dev entwickelt wurde, und ihr Hauptmerkmal ist "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".

Erweiterungsscreenshots

screenshot

Magento Cache Flush-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magento Cache Flush-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Magento Cache Flush Magento Cache Flush
ID lmlhcljlggdkeibkcaegcjdmdaeaocfk
Offizielle URL https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk
Beschreibung Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…
Dateigröße 10.56 KB
Installationsanzahl 24
Aktuelle Version 1.1
Letztes Update 2019-08-16
Veröffentlichungsdatum 2019-08-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://netalico.dev
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}