Magewave - Magento Version identifier
Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
什么是Magewave - Magento Version identifier?
Magewave - Magento Version identifier是由Shafeel Sha开发的Chrome扩展程序,该扩展的主要功能是“Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using”。
扩展截图
下载Magewave - Magento Version identifier扩展crx文件
下载Magewave - Magento Version identifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Magewave - Magento Version identifier |
ID | ikmndhpkjkjmhhoackhijohlplkimpdk |
官方URL | https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk |
简介 | Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using |
文件大小 | 82.82 KB |
安装次数 | 219 |
当前版本 | 1.5 |
更新时间 | 2019-12-02 |
上架时间 | 2019-12-02 |
评分 | 5.00/5 共4次评分 |
开发者 | Shafeel Sha |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://magewave.ignitivo.com/ |
帮助页面URL | http://magewave.ignitivo.com/ |
隐私政策页面URL | http://magentoversion.online/privacy |
支持的语言 | 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" } } |