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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Magewave - Magento Version identifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}