CC/BC SKU Widget
Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
¿Qué es CC/BC SKU Widget?
CC/BC SKU Widget es una extensión de Chrome desarrollada por Tommy Liao, y su función principal es "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CC/BC SKU Widget
Descarga archivos de extensión CC/BC SKU Widget en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | CC/BC SKU Widget |
ID | oclphakakbdnigniddcimhmcikgedhhk |
URL Oficial | https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk |
Descripción | Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites |
Tamaño del Archivo | 11.83 KB |
Cantidad de Instalaciones | 96 |
Versión Actual | 1.2.98 |
Última Actualización | 2024-02-15 |
Fecha de Publicación | 2020-08-29 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Tommy Liao |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/dudemanppl/CCBCSKUWidget |
Idiomas Soportados | 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" ] } ] } |