Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit

Qu'est-ce que Meteor Shopware 6 Toolkit ?

Meteor Shopware 6 Toolkit est une extension Chrome développée par Meteor, et sa fonction principale est "Meteor Shopware 6 Toolkit".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Meteor Shopware 6 Toolkit

Téléchargez les fichiers d'extension Meteor Shopware 6 Toolkit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Meteor Shopware 6 Toolkit Meteor Shopware 6 Toolkit
ID onmklnedjfgeaigmkjkldlgpeonpjpnc
URL Officiel https://chromewebstore.google.com/detail/meteor-shopware-6-toolkit/onmklnedjfgeaigmkjkldlgpeonpjpnc
Description Meteor Shopware 6 Toolkit
Taille du Fichier 117 KB
Nombre d'Installations 250
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-06-13
Date de Publication 2022-11-27
Évaluation 5.00/5 Total 7 Évaluations
Développeur Meteor
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://meteor.be
URL de la Page d'Aide https://meteor.be/contact
URL de la Page de Politique de Confidentialité https://meteor.be/privacy-policy
Langues Prises en Charge 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"
}