CC/BC SKU Widget

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

Wat is CC/BC SKU Widget?

CC/BC SKU Widget is een Chrome-extensie ontwikkeld door Tommy Liao, en de belangrijkste functie is "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CC/BC SKU Widget

Download CC/BC SKU Widget-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CC/BC SKU Widget CC/BC SKU Widget
ID oclphakakbdnigniddcimhmcikgedhhk
Officiële URL https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk
Beschrijving Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
Bestandsgrootte 11.83 KB
Aantal Installaties 96
Huidige Versie 1.2.98
Laatst Bijgewerkt 2024-02-15
Publicatiedatum 2020-08-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tommy Liao
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dudemanppl/CCBCSKUWidget
Ondersteunde Talen 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"
            ]
        }
    ]
}