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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}