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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 CC/BC SKU Widget
ID oclphakakbdnigniddcimhmcikgedhhk
官方網址 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"
            ]
        }
    ]
}