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\/*" ] } ] } |