TexTrader
One-click solution to find profitable trade-in books
Cos'è TexTrader?
TexTrader è un'estensione di Chrome sviluppata da FBAmaster.com, e la sua funzione principale è "One-click solution to find profitable trade-in books".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TexTrader
Scarica i file di estensione TexTrader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
***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.
Informazioni di Base sull'Estensione
Nome | TexTrader |
ID | nbddbjjadafijkmiglgdfbolkjgiopip |
URL Ufficiale | https://chromewebstore.google.com/detail/textrader/nbddbjjadafijkmiglgdfbolkjgiopip |
Descrizione | One-click solution to find profitable trade-in books |
Dimensione del File | 258 KB |
Conteggio Installazioni | 462 |
Versione Corrente | 3.2.2 |
Ultimo Aggiornamento | 2022-03-09 |
Data di Pubblicazione | 2019-08-26 |
Valutazione | 1.45/5 Totale 11 Valutazioni |
Sviluppatore | FBAmaster.com |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | http://www.fbamaster.com/textrader |
URL della Pagina di Aiuto | http://www.fbamaster.com/textrader-support/ |
URL della Pagina della Politica sulla Privacy | https://www.fbamaster.com/privacy-policy |
Lingue Supportate | 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'" } |