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…
Hvad er Magento Cache Flush?
Magento Cache Flush er en Chrome-udvidelse udviklet af https://netalico.dev, og dens hovedfunktion er "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Udvidelsesskærmbilleder
Download Magento Cache Flush-udvidelses-CRX-fil
Download Magento Cache Flush-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
| Officiel URL | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
| Beskrivelse | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
| Filstørrelse | 10.56 KB |
| Antal Installationer | 24 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2019-08-16 |
| Udgivelsesdato | 2019-08-15 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://netalico.dev |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
}
} | |