CC/BC SKU Widget

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

What is CC/BC SKU Widget?

CC/BC SKU Widget is a Chrome extension developed by Tommy Liao, and its main feature is "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".

Extension Screenshots

screenshot
screenshot
screenshot

Download CC/BC SKU Widget Extension CRX File

Download CC/BC SKU Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CC/BC SKU Widget CC/BC SKU Widget
ID oclphakakbdnigniddcimhmcikgedhhk
Official URL https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk
Description Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
File Size 11.83 KB
Installation Count 96
Current Version 1.2.98
Last Updated 2024-02-15
Publish Date 2020-08-29
Rating 5.00/5 Total 2 Ratings
Developer Tommy Liao
Email [email protected]
Payment Type free
Extension Website https://github.com/dudemanppl/CCBCSKUWidget
Supported Languages 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"
            ]
        }
    ]
}