Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit란 무엇입니까?

Meteor Shopware 6 Toolkit은(는) Meteor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meteor Shopware 6 Toolkit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Meteor Shopware 6 Toolkit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Meteor Shopware 6 Toolkit is a powerful Chrome extension designed to enhance the user experience of managing a Shopware website. This extension simplifies the navigation process between the storefront and the administration interface, providing a seamless workflow for Shopware website owners.

Features:
⭐ Open a category page, landing page, and product page in the Shopware Administration from the storefront by clicking on the extension icon
⭐ Open a product in the Shopware Administration from the storefront Product Detail Page (PDP) by clicking on the extension icon.
⭐ Access the Shopware Administration for a specific product from the Product Listing Page (PLP) by clicking on the icon in the product box.
⭐ Automatic login if the default username (admin) and password (shopware) are available in the admin.                    

확장 프로그램 기본 정보

이름 Meteor Shopware 6 Toolkit Meteor Shopware 6 Toolkit
ID onmklnedjfgeaigmkjkldlgpeonpjpnc
공식 URL https://chromewebstore.google.com/detail/meteor-shopware-6-toolkit/onmklnedjfgeaigmkjkldlgpeonpjpnc
설명 Meteor Shopware 6 Toolkit
파일 크기 117 KB
설치 횟수 250
현재 버전 1.2.0
최근 업데이트 2023-06-13
출시 날짜 2022-11-27
평점 5.00/5 총 7 개의 평점
개발자 Meteor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://meteor.be
도움말 페이지 URL https://meteor.be/contact
개인정보 보호 정책 페이지 URL https://meteor.be/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_icon": "images\/icon-gray.png",
        "default_title": "Shopware 6 toolkit can't find a Shopware website in this tab."
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/Content\/content.js",
                "js\/Content\/IconContent.js",
                "js\/Content\/productContent.js",
                "js\/Content\/navigationContent.js",
                "js\/Content\/storeLocatorListingContent.js",
                "js\/Content\/storeLocatorDetailContent.js",
                "js\/Content\/productBoxContent.js",
                "js\/Content\/loginContent.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/Background\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "html\/*",
                "css\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "name": "Meteor Shopware 6 Toolkit",
    "version": "1.2.0",
    "description": "Meteor Shopware 6 Toolkit"
}