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…
Vad är Magento Cache Flush?
Magento Cache Flush är en Chrome-tillägg utvecklad av https://netalico.dev, och dess huvudfunktion är "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Tilläggsskärmbilder
Ladda ner Magento Cache Flush-förlängningens CRX-fil
Ladda ner Magento Cache Flush-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
| Officiell webbadress | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
| Beskrivning | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
| Filstorlek | 10.56 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2019-08-16 |
| Publiceringsdatum | 2019-08-15 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://netalico.dev |
| Betalningssätt | free |
| Stödda Språk | 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"
}
}
} | |