TexTrader
One-click solution to find profitable trade-in books
TexTrader란 무엇입니까?
TexTrader은(는) FBAmaster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click solution to find profitable trade-in books"입니다.
확장 프로그램 스크린샷
TexTrader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***Newly Released Version - March 2022!*** Automatically scan Amazon textbook listings and discover which ones you can buy low and sell high across the internet. Prices will be compared to over half a dozen other websites where you can potentially flip the book for a higher price. Many times you can buy a "used" textbook by a 3rd party seller on Amazon for a really low price. Before you buy it, you can see if there are opportunities to buy low and sell high directly on Amazon. In addition, you'll see if you can sell it for a better price on half a dozen other websites! Textrader does all of this automatically for you. Just run the chrome extension and it will automatically pull back the Textbook listings and show how profit it to be made.
확장 프로그램 기본 정보
이름 | TexTrader |
ID | nbddbjjadafijkmiglgdfbolkjgiopip |
공식 URL | https://chromewebstore.google.com/detail/textrader/nbddbjjadafijkmiglgdfbolkjgiopip |
설명 | One-click solution to find profitable trade-in books |
파일 크기 | 258 KB |
설치 횟수 | 462 |
현재 버전 | 3.2.2 |
최근 업데이트 | 2022-03-09 |
출시 날짜 | 2019-08-26 |
평점 | 1.45/5 총 11 개의 평점 |
개발자 | FBAmaster.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://www.fbamaster.com/textrader |
도움말 페이지 URL | http://www.fbamaster.com/textrader-support/ |
개인정보 보호 정책 페이지 URL | https://www.fbamaster.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 2, "name": "TexTrader", "description": "One-click solution to find profitable trade-in books", "version": "3.2.2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon16.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/tesseract.js", "premium-version\/Config.js", "common\/common.js", "common\/ResultTabManager.js", "common\/AmazonTradeInParser.js", "common\/lcnc.js", "common\/utils\/Utils.js", "common\/Singleton.js", "common\/AmazonParser.js", "common\/AmazonHandler.js", "common\/AmazonOffersFilterer.js", "common\/AmazonOffersParser.js", "premium-version\/EbayParser.js", "premium-version\/TextbookrushParser.js", "premium-version\/SellbackbooksParser.js", "premium-version\/bluerocketbooksParser.js", "premium-version\/SellbackyourbookParser.js", "premium-version\/BookbyteParser.js", "premium-version\/BooksrunParser.js", "premium-version\/TextbookmaniacParser.js", "premium-version\/Topdollar4booksParser.js", "premium-version\/SecondsaleParser.js", "premium-version\/bg.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*" ], "js": [ "js\/jquery.min.js", "common\/Singleton.js", "common\/AmazonSearchPageParser.js", "common\/AmazonBestSellersPageParser.js", "common\/AmazonParser.js", "common\/AmazonHandler.js", "common\/amazonInject.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "cookies", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.ebay.com\/sch\/*", "*:\/\/www.textbookrush.com\/browse\/books\/*", "*:\/\/www.sellbackbooks.com\/bbsearchresult.aspx*", "*:\/\/www.bluerocketbooks.com\/aobDetail.php*", "*:\/\/www.secondsale.com\/search*", "*:\/\/www.bookbyte.com\/*", "*:\/\/booksrun.com\/*", "*:\/\/*.google.com\/", "*:\/\/buyback.textbookmaniac.com\/search*", "*:\/\/topdollar4books.com\/search.asp*", "*:\/\/www.sellbackyourbook.com\/pricelist.php*", "*:\/\/www.fbamaster.com\/*" ], "web_accessible_resources": [ "icons\/*", "premium-version\/results.html", "img\/*" ], "content_security_policy": "script-src 'self' https:\/\/unpkg.com; object-src 'self'" } |