Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkitคืออะไร?

Meteor Shopware 6 Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meteor และคุณลักษณะหลักของมันคือ "Meteor Shopware 6 Toolkit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meteor Shopware 6 Toolkit

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}