Your Store Wizards Magic Edit (Multiplatform)

Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.

¿Qué es Your Store Wizards Magic Edit (Multiplatform)?

Your Store Wizards Magic Edit (Multiplatform) es una extensión de Chrome desarrollada por https://yourstorewizards.com, y su función principal es "Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Your Store Wizards Magic Edit (Multiplatform)

Descarga archivos de extensión Your Store Wizards Magic Edit (Multiplatform) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Magic Edit for Google Chrome is a dynamic editing tool designed to revolutionize how you manage your Shopify, BigCommerce, WordPress, and Turbify (formerly Yahoo! Store) websites. With Magic Edit, you gain immediate access to essential areas of your online store or website, streamlining the editing process like never before.

Key Features:

Effortless Editing: Directly access edit screens for orders, products, pages, posts, collections, categories, and more. Magic Edit simplifies your workflow, allowing you to edit directly without navigating to your site's backend.
Seamless Creation: Create new items, pages, posts, and categories with ease, enhancing your site's content and structure swiftly.
Advanced Tools: Test for speed, rich results, schema, and more, ensuring your site stays ahead in performance and search engine optimization.
One-Click to Page Speed Insights: Keep an eye on your site's performance with one-click access to Google’s Page Speed Insights reports while viewing individual pages.
Speedy Support Access: Access platform-specific help documents and technical support from Your Store Wizards, ensuring you're never stuck.

How it Works:

Simply install Magic Edit for Google Chrome and navigate to your eCommerce store or WordPress website.  Click on the extension icon that appears in your browser bar (we recommend “pinning” it so it’s always available) to access the shortcut menu with all the actions available for your current site. This user-friendly feature saves you time and clicks, making website editing more efficient than ever.

Benefits:

It’s Free!: Magic Edit is offered by Your Store Wizards at no cost, providing a valuable resource to our clients and the wider online store community.
Quick & Easy Installation: Once installed, you have immediate access to all the tools and shortcuts you need to manage your sites quicker than ever.
No Account or Login Needed: Magic Edit is available for use without having to create an account or log in to any authentication service.  It’s ready to use immediately without sharing any information with Your Store Wizards.
Platform Compatibility: While certain features may vary, Magic Edit is compatible with the Shopify, BigCommerce, and Turbify eCommerce platforms as well as WordPress blogs and websites.

We're committed to making Magic Edit the go-to tool for online store and website owners. Your feedback is invaluable – contact us for questions or to suggest additional features that can enhance your editing experience. 

Installation Notes:
* Accessible areas vary depending on the platform.                    

Información Básica de la Extensión

Nombre Your Store Wizards Magic Edit (Multiplatform) Your Store Wizards Magic Edit (Multiplatform)
ID kkdjogmafffkanailogcaioplmcbkicc
URL Oficial https://chromewebstore.google.com/detail/your-store-wizards-magic/kkdjogmafffkanailogcaioplmcbkicc
Descripción Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.
Tamaño del Archivo 533 KB
Cantidad de Instalaciones 221
Versión Actual 2.51
Última Actualización 2024-02-04
Fecha de Publicación 2020-05-13
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://yourstorewizards.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://support.yourstorewizards.com/collection/271-magic-edit-info-faq
URL de la Página de Política de Privacidad https://yourstorewizards.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Your Store Wizards Magic Edit (Multiplatform)",
    "description": "Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.",
    "version": "2.51",
    "icons": {
        "128": "ysw-magic-edit-icon.png",
        "256": "ysw-magic-edit-full.png"
    },
    "action": {
        "default_icon": "ysw-magic-edit-full.png",
        "default_title": "YSW Magic Edit",
        "default_popup": "yswMagicEditMenu.html?plat=none"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.png",
                "*.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "njmejmibpeppeakgneleanncjobekgnk"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "options.js",
                "yswMagicEditOnPage.js"
            ]
        }
    ]
}