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…
Τι είναι το Magento Cache Flush;
Το Magento Cache Flush είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://netalico.dev, και η κύρια λειτουργία του είναι "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Magento Cache Flush
Λήψη αρχείων επέκτασης Magento Cache Flush σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Magento Cache Flush |
ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Επίσημο URL | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Περιγραφή | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
Μέγεθος Αρχείου | 10.56 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2019-08-16 |
Ημερομηνία Δημοσίευσης | 2019-08-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://netalico.dev |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } } |