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はhttps://optimcommerce.comによって開発されたChromeの拡張機能で、その主な機能は「View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.」です。

拡張機能のスクリーンショット

screenshot

Shopify Product Info by OptimCommerce拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}