Magewave - Magento Version identifier

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

What is Magewave - Magento Version identifier?

Magewave - Magento Version identifier is a Chrome extension developed by Shafeel Sha, and its main feature is "Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Magewave - Magento Version identifier Extension CRX File

Download Magewave - Magento Version identifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Magewave - Magento Version identifier Magewave - Magento Version identifier
ID ikmndhpkjkjmhhoackhijohlplkimpdk
Official URL https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk
Description Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
File Size 82.82 KB
Installation Count 219
Current Version 1.5
Last Updated 2019-12-02
Publish Date 2019-12-02
Rating 5.00/5 Total 4 Ratings
Developer Shafeel Sha
Email [email protected]
Payment Type free
Extension Website http://magewave.ignitivo.com/
Help Page URL http://magewave.ignitivo.com/
Privacy Policy Page URL http://magentoversion.online/privacy
Supported Languages 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"
    }
}