Shopify Edit Button

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

Shopify Edit Buttonคืออะไร?

Shopify Edit Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrea Dragotta และคุณลักษณะหลักของมันคือ "Add a button to edit the displayed shopify blog post and pages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify Edit Button

ดาวน์โหลดไฟล์ส่วนขยาย Shopify Edit Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}