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 je Magewave - Magento Version identifier?

Magewave - Magento Version identifier je rozšíření Chrome vyvinuté Shafeel Sha, a jeho hlavní funkcí je „Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Magewave - Magento Version identifier

Stáhněte si soubory rozšíření Magewave - Magento Version identifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Magewave - Magento Version identifier Magewave - Magento Version identifier
ID ikmndhpkjkjmhhoackhijohlplkimpdk
Oficiální URL https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk
Popis Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
Velikost souboru 82.82 KB
Počet instalací 219
Aktuální Verze 1.5
Poslední Aktualizace 2019-12-02
Datum Vydání 2019-12-02
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Shafeel Sha
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://magewave.ignitivo.com/
URL Stránky Nápovědy http://magewave.ignitivo.com/
URL Stránky Zásad Ochrany Soukromí http://magentoversion.online/privacy
Podporované Jazyky 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"
    }
}