CC/BC SKU Widget

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

Vad är CC/BC SKU Widget?

CC/BC SKU Widget är en Chrome-tillägg utvecklad av Tommy Liao, och dess huvudfunktion är "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner CC/BC SKU Widget-förlängningens CRX-fil

Ladda ner CC/BC SKU Widget-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CC/BC SKU Widget CC/BC SKU Widget
ID oclphakakbdnigniddcimhmcikgedhhk
Officiell webbadress https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk
Beskrivning Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
Filstorlek 11.83 KB
Antal Installationer 96
Aktuell Version 1.2.98
Senast Uppdaterad 2024-02-15
Publiceringsdatum 2020-08-29
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Tommy Liao
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/dudemanppl/CCBCSKUWidget
Stödda Språk 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"
            ]
        }
    ]
}