TWF Buy Box Scope BETA 1.1
Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers
TWF Buy Box Scope BETA 1.1란 무엇입니까?
TWF Buy Box Scope BETA 1.1은(는) Geronimo Tortuga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers"입니다.
확장 프로그램 스크린샷
TWF Buy Box Scope BETA 1.1 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Great tool for OA and Wholesale sourcing. Save scrolling time by seeing the category and Amazon Best Sellers Rank for products at the top of the page. Displays number of FBA sellers that are within 2% of the buy box price. Loads quickly.
확장 프로그램 기본 정보
이름 | TWF Buy Box Scope BETA 1.1 |
ID | nleehhpkbdfkfijnboebfaijhjabfjeb |
공식 URL | https://chromewebstore.google.com/detail/twf-buy-box-scope-beta-11/nleehhpkbdfkfijnboebfaijhjabfjeb |
설명 | Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers |
파일 크기 | 462 KB |
설치 횟수 | 13,262 |
현재 버전 | 0.0.2.3 |
최근 업데이트 | 2020-04-21 |
출시 날짜 | 2020-04-20 |
평점 | 4.00/5 총 14 개의 평점 |
개발자 | Geronimo Tortuga |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TWF Buy Box Scope BETA 1.1", "description": "Displays Category and Best Seller Rank At Top of Amazon Product Page w\/ Calculation of All Buy Box Eligible FBA Sellers", "version": "0.0.2.3", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon16.png", "38": "images\/icon48.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/smile.amazon.com\/*", "http:\/\/www.amazon.com\/dp\/*", "https:\/\/www.amazon.com\/dp\/*", "http:\/\/www.amazon.com\/*\/dp\/*", "https:\/\/www.amazon.com\/*\/dp\/*", "http:\/\/www.amazon.com\/gp\/*", "https:\/\/www.amazon.com\/gp\/*" ], "js": [ "js\/jquery\/jquery-3.4.1.min.js", "js\/contentscripts.js" ] } ] } |