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 là gì?

Re-Pricer for OnBuy Merchants là một tiện ích mở rộng Chrome được phát triển bởi Merchant Software, và tính năng chính của nó là "Automate the repricing of your items on OnBuy with this easy to use seller tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Re-Pricer for OnBuy Merchants

Tải xuống các tệp mở rộng Re-Pricer for OnBuy Merchants dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Re-Pricer for OnBuy Merchants Re-Pricer for OnBuy Merchants
ID doiljkfeemccihgepkhnbbhbnjcfgone
URL Chính Thức https://chromewebstore.google.com/detail/re-pricer-for-onbuy-merch/doiljkfeemccihgepkhnbbhbnjcfgone
Mô tả Automate the repricing of your items on OnBuy with this easy to use seller tool
Kích Thước Tệp 426 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2022-03-03
Nhà Phát Triển Merchant Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://re-pricer.com
URL Trang Trợ Giúp https://re-pricer.com
URL Trang Chính Sách Bảo Mật https://www.re-pricer.co.uk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}