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…
¿Qué es Magento Cache Flush?
Magento Cache Flush es una extensión de Chrome desarrollada por https://netalico.dev, y su función principal es "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Magento Cache Flush
Descarga archivos de extensión Magento Cache Flush en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Magento Cache Flush |
ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
URL Oficial | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Descripción | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
Tamaño del Archivo | 10.56 KB |
Cantidad de Instalaciones | 24 |
Versión Actual | 1.1 |
Última Actualización | 2019-08-16 |
Fecha de Publicación | 2019-08-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://netalico.dev |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } |