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 هو إضافة Chrome تم تطويرها بواسطة Tommy Liao، والميزة الرئيسية لها هي "Instantly copy SKUs and check stock on the Competitive Cyclist and Backcountry websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CC/BC SKU Widget
قم بتنزيل ملفات الامتداد CC/BC SKU Widget بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } ] } |