Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit क्या है?

Meteor Shopware 6 Toolkit Meteor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Meteor Shopware 6 Toolkit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meteor Shopware 6 Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}