CC/BC SKU Widget
Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
Was ist CC/BC SKU Widget?
CC/BC SKU Widget ist eine Chrome-Erweiterung, die von Tommy Liao entwickelt wurde, und ihr Hauptmerkmal ist "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".
Erweiterungsscreenshots
CC/BC SKU Widget-Erweiterungs-CRX-Datei herunterladen
Laden Sie CC/BC SKU Widget-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CC/BC SKU Widget |
ID | oclphakakbdnigniddcimhmcikgedhhk |
Offizielle URL | https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk |
Beschreibung | Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites |
Dateigröße | 11.83 KB |
Installationsanzahl | 96 |
Aktuelle Version | 1.2.98 |
Letztes Update | 2024-02-15 |
Veröffentlichungsdatum | 2020-08-29 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Tommy Liao |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/dudemanppl/CCBCSKUWidget |
Unterstützte Sprachen | 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" ] } ] } |