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 |
官方網址 | 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" } } |