Shopify Product Info by OptimCommerce

View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.

Shopify Product Info by OptimCommerceคืออะไร?

Shopify Product Info by OptimCommerce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://optimcommerce.com และคุณลักษณะหลักของมันคือ "View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify Product Info by OptimCommerce

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

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

                        Shopify Product information like product ID and SKU often require a visit to the backend admin section to figure out.

This app allows you to access the following product information from any product page that runs on Shopify:
- Product ID
- Product SKU
- Product Price

For Products that have multiple variants, this information is broken out to:
- Variant ID
- Variant SKU
- Variant Price
- Variant Option Name (i.e. "Large")                    

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

ชื่อ Shopify Product Info by OptimCommerce Shopify Product Info by OptimCommerce
ID hgdnbhdgboglidilhoipggepjlmmmaae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopify-product-info-by-o/hgdnbhdgboglidilhoipggepjlmmmaae
คำอธิบาย View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.
ขนาดไฟล์ 24.13 KB
จำนวนการติดตั้ง 2,826
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-12-18
วันที่เผยแพร่ 2019-06-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://optimcommerce.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://optimcommerce.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopify Product Info by OptimCommerce",
    "short_name": "Shopify Product Info",
    "description": "View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "js\/content.js"
    ]
}