Your Store Wizards Magic Edit (Multiplatform)

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

什么是Your Store Wizards Magic Edit (Multiplatform)?

Your Store Wizards Magic Edit (Multiplatform)是由https://yourstorewizards.com开发的Chrome扩展程序,该扩展的主要功能是“Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Your Store Wizards Magic Edit (Multiplatform)扩展crx文件

下载Your Store Wizards Magic Edit (Multiplatform)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Your Store Wizards Magic Edit (Multiplatform) Your Store Wizards Magic Edit (Multiplatform)
ID kkdjogmafffkanailogcaioplmcbkicc
官方URL https://chromewebstore.google.com/detail/your-store-wizards-magic/kkdjogmafffkanailogcaioplmcbkicc
简介 Quick and Easy Editing for Shopify, BigCommerce, Turbify (previously Yahoo! Store), and WordPress websites.
文件大小 533 KB
安装次数 221
当前版本 2.51
更新时间 2024-02-04
上架时间 2020-05-13
评分 5.00/5 共5次评分
开发者 https://yourstorewizards.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://support.yourstorewizards.com/collection/271-magic-edit-info-faq
隐私政策页面URL https://yourstorewizards.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}