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
公式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
Eメール [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"
            ]
        }
    ]
}