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