Magewave - Magento Version identifier

Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using

Cos'è Magewave - Magento Version identifier?

Magewave - Magento Version identifier è un'estensione di Chrome sviluppata da Shafeel Sha, e la sua funzione principale è "Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magewave - Magento Version identifier

Scarica i file di estensione Magewave - Magento Version identifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Thanks for using Magewave This Extension helps to identify whether your website uses Magento or not. In Magento websites, it shows which Magento version and edition you're using, how much time it takes to load the website, and it also generates QR Code on your website. you can scan it using mobile camera/QR scanning apps. The Site loading time may be varying based on your network speed and Performance.                    

Informazioni di Base sull'Estensione

Nome Magewave - Magento Version identifier Magewave - Magento Version identifier
ID ikmndhpkjkjmhhoackhijohlplkimpdk
URL Ufficiale https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk
Descrizione Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
Dimensione del File 82.82 KB
Conteggio Installazioni 219
Versione Corrente 1.5
Ultimo Aggiornamento 2019-12-02
Data di Pubblicazione 2019-12-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Shafeel Sha
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://magewave.ignitivo.com/
URL della Pagina di Aiuto http://magewave.ignitivo.com/
URL della Pagina della Politica sulla Privacy http://magentoversion.online/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magewave - Magento Version identifier",
    "description": "Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using",
    "version": "1.5",
    "icons": {
        "16": "mw_icon.png",
        "32": "mw_icon.png",
        "48": "mw_icon.png",
        "64": "mw_icon.png",
        "96": "mw_icon.png",
        "128": "mw_icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "mw_icon.png",
        "default_popup": "popup.html"
    }
}