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.

Cos'è Shopify Product Info by OptimCommerce?

Shopify Product Info by OptimCommerce è un'estensione di Chrome sviluppata da https://optimcommerce.com, e la sua funzione principale è "View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shopify Product Info by OptimCommerce

Scarica i file di estensione Shopify Product Info by OptimCommerce in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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")                    

Informazioni di Base sull'Estensione

Nome Shopify Product Info by OptimCommerce Shopify Product Info by OptimCommerce
ID hgdnbhdgboglidilhoipggepjlmmmaae
URL Ufficiale https://chromewebstore.google.com/detail/shopify-product-info-by-o/hgdnbhdgboglidilhoipggepjlmmmaae
Descrizione View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.
Dimensione del File 24.13 KB
Conteggio Installazioni 2,826
Versione Corrente 1.0.6
Ultimo Aggiornamento 2022-12-18
Data di Pubblicazione 2019-06-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://optimcommerce.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://optimcommerce.com/privacy-policy
Lingue Supportate 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"
    ]
}