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…
O que é Magento Cache Flush?
Magento Cache Flush é uma extensão do Chrome desenvolvida por https://netalico.dev, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Magento Cache Flush
Baixe arquivos de extensão Magento Cache Flush no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Magento Cache Flush |
ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
URL Oficial | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Descrição | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
Tamanho do Arquivo | 10.56 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.1 |
Última Atualização | 2019-08-16 |
Data de Publicação | 2019-08-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://netalico.dev |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |