CC/BC SKU Widget

Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites

Cos'è CC/BC SKU Widget?

CC/BC SKU Widget è un'estensione di Chrome sviluppata da Tommy Liao, e la sua funzione principale è "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CC/BC SKU Widget

Scarica i file di estensione CC/BC SKU Widget 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

                        Adds dropdown on the PLP to choose variants, which displays current stock status, price, and variant name. Click on the variant to copy the SKU to the clipboard. On the PDP, choose a variant and click "Copy SKU" to copy the SKU to the clipboard. Both the PLP and PDP can go straight to the WMS page for the item to check ETAs, stock level, and pricing.                    

Informazioni di Base sull'Estensione

Nome CC/BC SKU Widget CC/BC SKU Widget
ID oclphakakbdnigniddcimhmcikgedhhk
URL Ufficiale https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk
Descrizione Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
Dimensione del File 11.83 KB
Conteggio Installazioni 96
Versione Corrente 1.2.98
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2020-08-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Tommy Liao
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dudemanppl/CCBCSKUWidget
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CC\/BC SKU Widget",
    "version": "1.2.98",
    "description": "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites",
    "author": "Tommy Liao",
    "manifest_version": 3,
    "icons": {
        "128": "images\/cc.png"
    },
    "action": {
        "browser_style": true,
        "default_icon": "images\/cc.png"
    },
    "host_permissions": [
        "https:\/\/www.competitivecyclist.com\/*",
        "https:\/\/www.backcountry.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.competitivecyclist.com\/*",
                "https:\/\/www.backcountry.com\/*"
            ],
            "css": [
                "index.min.css"
            ],
            "js": [
                "index.min.js"
            ]
        }
    ]
}