CC/BC SKU Widget
Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites
什么是CC/BC SKU Widget?
CC/BC SKU Widget是由Tommy Liao开发的Chrome扩展程序,该扩展的主要功能是“Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites”。
扩展截图
下载CC/BC SKU Widget扩展crx文件
下载CC/BC SKU Widget扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CC/BC SKU Widget |
ID | oclphakakbdnigniddcimhmcikgedhhk |
官方URL | https://chromewebstore.google.com/detail/ccbc-sku-widget/oclphakakbdnigniddcimhmcikgedhhk |
简介 | Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites |
文件大小 | 11.83 KB |
安装次数 | 96 |
当前版本 | 1.2.98 |
更新时间 | 2024-02-15 |
上架时间 | 2020-08-29 |
评分 | 5.00/5 共2次评分 |
开发者 | Tommy Liao |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dudemanppl/CCBCSKUWidget |
支持的语言 | 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" ] } ] } |