CC/BC SKU Widget
Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
CC/BC SKU Widget là gì?
CC/BC SKU Widget là một tiện ích mở rộng Chrome được phát triển bởi Tommy Liao, và tính năng chính của nó là "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CC/BC SKU Widget
Tải xuống các tệp mở rộng CC/BC SKU Widget dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CC/BC SKU Widget |
ID | oclphakakbdnigniddcimhmcikgedhhk |
URL Chính Thức | https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk |
Mô tả | Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites |
Kích Thước Tệp | 11.83 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 1.2.98 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2020-08-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tommy Liao |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dudemanppl/CCBCSKUWidget |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |