CC/BC SKU Widget
Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
Qu'est-ce que CC/BC SKU Widget ?
CC/BC SKU Widget est une extension Chrome développée par Tommy Liao, et sa fonction principale est "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CC/BC SKU Widget
Téléchargez les fichiers d'extension CC/BC SKU Widget au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CC/BC SKU Widget |
ID | oclphakakbdnigniddcimhmcikgedhhk |
URL Officiel | https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk |
Description | Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites |
Taille du Fichier | 11.83 KB |
Nombre d'Installations | 96 |
Version Actuelle | 1.2.98 |
Dernière Mise à Jour | 2024-02-15 |
Date de Publication | 2020-08-29 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Tommy Liao |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dudemanppl/CCBCSKUWidget |
Langues Prises en Charge | 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" ] } ] } |