Re-Pricer for OnBuy Merchants

Automate the repricing of your items on OnBuy with this easy to use seller tool

Wat is Re-Pricer for OnBuy Merchants?

Re-Pricer for OnBuy Merchants is een Chrome-extensie ontwikkeld door Merchant Software, en de belangrijkste functie is "Automate the repricing of your items on OnBuy with this easy to use seller tool".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Re-Pricer for OnBuy Merchants

Download Re-Pricer for OnBuy Merchants-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Re-Pricer for OnBuy Merchants Re-Pricer for OnBuy Merchants
ID doiljkfeemccihgepkhnbbhbnjcfgone
Officiële URL https://chromewebstore.google.com/detail/re-pricer-for-onbuy-merch/doiljkfeemccihgepkhnbbhbnjcfgone
Beschrijving Automate the repricing of your items on OnBuy with this easy to use seller tool
Bestandsgrootte 426 KB
Aantal Installaties 49
Huidige Versie 1.8.1
Laatst Bijgewerkt 2023-04-18
Publicatiedatum 2022-03-03
Ontwikkelaar Merchant Software
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://re-pricer.com
Help Pagina-URL https://re-pricer.com
URL van de Privacybeleid Pagina https://www.re-pricer.co.uk/privacy-policy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}