Shopify Edit Button

Add a button to edit the displayed shopify blog post and pages

Shopify Edit Button क्या है?

Shopify Edit Button Andrea Dragotta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a button to edit the displayed shopify blog post and pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopify Edit Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension covers a missing feature in shopify. You have an "Edit" button for products, but not for blog posts or pages!
This extension will add a button that, once clicked, will redirect you to the backoffice and let you edit your post on the fly.

- v. 1.0.2: Added edit buttons for products
- v. 1.0.1: Added edit buttons also for other types of shopify pages (collections/blogs) and a button to the admin site on the homepage


(screenshots made available thanks to the concession of modaedesign.com)                    

एक्सटेंशन की मूल जानकारी

नाम Shopify Edit Button Shopify Edit Button
ID jjbnjnahlifmjniecpefeapddjedbhff
आधिकारिक URL https://chromewebstore.google.com/detail/shopify-edit-button/jjbnjnahlifmjniecpefeapddjedbhff
विवरण Add a button to edit the displayed shopify blog post and pages
फ़ाइल का आकार 34.67 KB
स्थापना संख्या 104
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-10-15
प्रकाशन तिथि 2022-06-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Andrea Dragotta
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify Edit Button",
    "version": "1.0.2",
    "description": "Add a button to edit the displayed shopify blog post and pages",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "libraries\/bgscript.js",
                "injected.js"
            ],
            "css": [
                "injected.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "shopify-btn.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/logo16.png",
            "32": "icons\/logo32.png",
            "48": "icons\/logo48.png"
        }
    },
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png"
    },
    "options_page": "options.html",
    "manifest_version": 3
}