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…
Apa itu Magento Cache Flush?
Magento Cache Flush adalah ekstensi Chrome yang dikembangkan oleh https://netalico.dev, dan fitur utamanya adalah "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Magento Cache Flush
Unduh file ekstensi Magento Cache Flush dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Magento Cache Flush |
ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
URL Resmi | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Deskripsi | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
Ukuran File | 10.56 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-08-16 |
Tanggal Publikasi | 2019-08-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://netalico.dev |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |