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…
Cos'è Magento Cache Flush?
Magento Cache Flush è un'estensione di Chrome sviluppata da https://netalico.dev, e la sua funzione principale è "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Magento Cache Flush
Scarica i file di estensione Magento Cache Flush in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Magento Cache Flush |
ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
URL Ufficiale | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Descrizione | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
Dimensione del File | 10.56 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-08-16 |
Data di Pubblicazione | 2019-08-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://netalico.dev |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |