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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}