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是由Merchant Software開發的Chrome擴展程式,該擴展的主要功能是“Automate the repricing of your items on OnBuy with this easy to use seller tool”。
擴展截圖
下載Re-Pricer for OnBuy Merchants擴展crx文件
下載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 |
官方網址 | 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\/*" ] } ] } |