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
官方網址 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"
            ]
        }
    ]
}