Re-Pricer for OnBuy Merchants
Automate the repricing of your items on OnBuy with this easy to use seller tool
Re-Pricer for OnBuy Merchantsคืออะไร?
Re-Pricer for OnBuy Merchants เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Merchant Software และคุณลักษณะหลักของมันคือ "Automate the repricing of your items on OnBuy with this easy to use seller tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Re-Pricer for OnBuy Merchants
ดาวน์โหลดไฟล์ส่วนขยาย Re-Pricer for OnBuy Merchants ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Increase Your Profits, Speed Up Your Sales, and Own The Buy Box On OnBuy. Our Unique Software Reprices Your Listings To Pursue The OnBuy Buy Box, Ensuring Maximum Sales And Profits. Please install this app if you are a customer of our software re-pricer. The key features of our re-pricer are that it allows you to choose your pricing, and automatically compete against other sellers on the product listing. You can set your lower and upper price limits so you're never at risk of losing money on the sale. It also saves you time manually repricing your items.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Re-Pricer for OnBuy Merchants |
ID | doiljkfeemccihgepkhnbbhbnjcfgone |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/re-pricer-for-onbuy-merch/doiljkfeemccihgepkhnbbhbnjcfgone |
คำอธิบาย | Automate the repricing of your items on OnBuy with this easy to use seller tool |
ขนาดไฟล์ | 426 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.8.1 |
อัปเดตครั้งล่าสุด | 2023-04-18 |
วันที่เผยแพร่ | 2022-03-03 |
ผู้พัฒนา | Merchant Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://re-pricer.com |
URL หน้าช่วยเหลือ | https://re-pricer.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.re-pricer.co.uk/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Re-Pricer for OnBuy Merchants", "version": "1.8.1", "description": "Automate the repricing of your items on OnBuy with this easy to use seller tool", "action": { "default_popup": "popup.html", "default_title": "Re-Pricer for OnBuy Merchants - Always Win The Buy Box" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/seller.onbuy.com\/inventory\/*", "*:\/\/*.onbuy.com\/gb\/*" ], "css": [ "run.css" ], "js": [ "jquery.js", "chart.js", "chartjs-plugin-crosshair.js", "run.js" ] } ], "web_accessible_resources": [ { "resources": [ "jquery.js", "chart.js", "chartjs-plugin-crosshair.js", "run.css" ], "matches": [ "https:\/\/seller.onbuy.com\/*", "https:\/\/onbuy.com\/*" ] } ] } |