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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}