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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |