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…
Wat is Magento Cache Flush?
Magento Cache Flush is een Chrome-extensie ontwikkeld door https://netalico.dev, en de belangrijkste functie is "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Extensie Screenshots
Download het CRX-bestand van de extensie Magento Cache Flush
Download Magento Cache Flush-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Magento Cache Flush |
ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Officiële URL | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Beschrijving | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
Bestandsgrootte | 10.56 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-08-16 |
Publicatiedatum | 2019-08-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://netalico.dev |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |