Your Store Wizards Magic Edit (Multiplatform)

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

What is Your Store Wizards Magic Edit (Multiplatform)?

Your Store Wizards Magic Edit (Multiplatform) is a Chrome extension developed by https://yourstorewizards.com, and its main feature is "Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Your Store Wizards Magic Edit (Multiplatform) Extension CRX File

Download Your Store Wizards Magic Edit (Multiplatform) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Your Store Wizards Magic Edit (Multiplatform) Your Store Wizards Magic Edit (Multiplatform)
ID kkdjogmafffkanailogcaioplmcbkicc
Official URL https://chromewebstore.google.com/detail/your-store-wizards-magic/kkdjogmafffkanailogcaioplmcbkicc
Description Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.
File Size 533 KB
Installation Count 221
Current Version 2.51
Last Updated 2024-02-04
Publish Date 2020-05-13
Rating 5.00/5 Total 5 Ratings
Developer https://yourstorewizards.com
Email [email protected]
Payment Type free
Help Page URL https://support.yourstorewizards.com/collection/271-magic-edit-info-faq
Privacy Policy Page URL https://yourstorewizards.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}