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文件

下载Meteor Shopware 6 Toolkit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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