Alterpen

Edit product/variant fields directly on storefront.

Alterpenคืออะไร?

Alterpen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stock Sync และคุณลักษณะหลักของมันคือ "Edit product/variant fields directly on storefront."

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

screenshot

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

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

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

                        Update products on Shopify store. Without need to go to Shopify Admin. This make maintaining products easier.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Alterpen Alterpen
ID ckjmifmaihelkgefbplohbkeegehiadg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alterpen/ckjmifmaihelkgefbplohbkeegehiadg
คำอธิบาย Edit product/variant fields directly on storefront.
ขนาดไฟล์ 287 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2021-08-17
วันที่เผยแพร่ 2021-05-01
ผู้พัฒนา Stock Sync
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alterpen",
    "description": "Edit product\/variant fields directly on storefront.",
    "version": "1.0.12",
    "manifest_version": 3,
    "icons": {
        "16": "public\/16.png",
        "32": "public\/32.png",
        "48": "public\/48.png",
        "128": "public\/128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/alterpenwhite.png",
                "public\/alterpen.png",
                "public\/allsite.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}