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是由Merchant Software开发的Chrome扩展程序,该扩展的主要功能是“Automate the repricing of your items on OnBuy with this easy to use seller tool”。
扩展截图
下载Re-Pricer for OnBuy Merchants扩展crx文件
下载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\/*" ] } ] } |