Re-Pricer for OnBuy Merchants
Automate the repricing of your items on OnBuy with this easy to use seller tool
Vad är Re-Pricer for OnBuy Merchants?
Re-Pricer for OnBuy Merchants är en Chrome-tillägg utvecklad av Merchant Software, och dess huvudfunktion är "Automate the repricing of your items on OnBuy with this easy to use seller tool".
Tilläggsskärmbilder
Ladda ner Re-Pricer for OnBuy Merchants-förlängningens CRX-fil
Ladda ner Re-Pricer for OnBuy Merchants-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Re-Pricer for OnBuy Merchants |
ID | doiljkfeemccihgepkhnbbhbnjcfgone |
Officiell webbadress | https://chromewebstore.google.com/detail/re-pricer-for-onbuy-merch/doiljkfeemccihgepkhnbbhbnjcfgone |
Beskrivning | Automate the repricing of your items on OnBuy with this easy to use seller tool |
Filstorlek | 426 KB |
Antal Installationer | 49 |
Aktuell Version | 1.8.1 |
Senast Uppdaterad | 2023-04-18 |
Publiceringsdatum | 2022-03-03 |
Utvecklare | Merchant Software |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://re-pricer.com |
Hjälpsida URL | https://re-pricer.com |
URL till Sekretesspolicy Sidan | https://www.re-pricer.co.uk/privacy-policy |
Stödda Språk | 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\/*" ] } ] } |