Magewave - Magento Version identifier

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

Co to jest Magewave - Magento Version identifier?

Magewave - Magento Version identifier to rozszerzenie Chrome opracowane przez Shafeel Sha, a jego główną funkcją jest „Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Magewave - Magento Version identifier

Pobierz pliki rozszerzeń Magewave - Magento Version identifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Magewave - Magento Version identifier Magewave - Magento Version identifier
ID ikmndhpkjkjmhhoackhijohlplkimpdk
Oficjalny URL https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk
Opis Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
Rozmiar pliku 82.82 KB
Liczba instalacji 219
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2019-12-02
Data Publikacji 2019-12-02
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Shafeel Sha
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://magewave.ignitivo.com/
Adres URL Strony Pomocy http://magewave.ignitivo.com/
Adres URL Strony Polityki Prywatności http://magentoversion.online/privacy
Obsługiwane Języki 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"
    }
}