The BOAT (The Best Online Arbitrage Tool)
Online Arbitrage Tool
Cos'è The BOAT (The Best Online Arbitrage Tool)?
The BOAT (The Best Online Arbitrage Tool) è un'estensione di Chrome sviluppata da JUCO, e la sua funzione principale è "Online Arbitrage Tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The BOAT (The Best Online Arbitrage Tool)
Scarica i file di estensione The BOAT (The Best Online Arbitrage Tool) 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
The BOAT (Best Online Arbitrage Tool) is an online arbitrage tool for Amazon FBA sellers with features built in to turbo charge your online arbitrage shopping. The extension works on over 30 popular shopping sites to quickly help you find profitable products. OVER 30 SITES SUPPORTED, including: Brickseek Dicks Sporting Goods Disney Kohl's Walgreens Walmart AND MANY MORE... Features - One click search - search for any product by title on Amazon, Seller Central, Ebay, Keepa and Google on search result and detail pages - Auto adjusted prices - automatically calculates your true buy price according to your specified discount and sales tax rate - Right click search - highlight any text to quickly search on Amazon, Seller Central, Ebay, Keepa and Google
Informazioni di Base sull'Estensione
Nome | |
ID | amohifemfmcengnbnilcpkcngmihpoap |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-boat-the-best-online/amohifemfmcengnbnilcpkcngmihpoap |
Descrizione | Online Arbitrage Tool |
Dimensione del File | 1.14 MB |
Conteggio Installazioni | 77 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2020-05-22 |
Data di Pubblicazione | 2020-05-21 |
Sviluppatore | JUCO |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.scandroidpro.com/Home/Privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "contextMenus", "storage", "*:\/\/www.dickssportinggoods.com\/*", "*:\/\/www.nordstromrack.com\/*", "*:\/\/www.columbia.com\/*", "*:\/\/www.sierra.com\/*", "*:\/\/www.bobstores.com\/*", "*:\/\/www.everythingkitchens.com\/*", "*:\/\/www.target.com\/*", "*:\/\/www.walmart.com\/*", "*:\/\/www.underarmour.com\/*", "*:\/\/www.rei.com\/*", "*:\/\/www.worldmarket.com\/*", "*:\/\/www.leftlanesports.com\/*", "*:\/\/www.costco.com\/*", "*:\/\/www.barnesandnoble.com\/*", "*:\/\/www.macys.com\/*", "*:\/\/www.boscovs.com\/*", "*:\/\/www.kohls.com\/*", "*:\/\/www.dsw.com\/*", "*:\/\/tjmaxx.tjx.com\/*", "*:\/\/brickseek.com\/*", "*:\/\/www.ulta.com\/*", "*:\/\/www.walgreens.com\/*", "*:\/\/www.famousfootwear.com\/*", "*:\/\/www.hottopic.com\/*", "*:\/\/www.entertainmentearth.com\/*", "*:\/\/www.shopdisney.com\/*", "*:\/\/www.gnc.com\/*", "*:\/\/www.vitaminshoppe.com\/*", "*:\/\/www.petco.com\/*", "*:\/\/www.bestbuy.com\/*", "*:\/\/www.carters.com\/*" ], "name": "The BOAT (The Best Online Arbitrage Tool)", "short_name": "The BOAT", "description": "Online Arbitrage Tool", "version": "1.0.3", "content_scripts": [ { "js": [ "js\/jquery-1.8.3.min.js", "js\/materialize.min.js", "content.js" ], "css": [ "css\/MYmaterialize-1.0.0.css", "css\/Trackintory.css" ], "matches": [ "*:\/\/www.dickssportinggoods.com\/*", "*:\/\/www.nordstromrack.com\/*", "*:\/\/www.columbia.com\/*", "*:\/\/www.sierra.com\/*", "*:\/\/www.bobstores.com\/*", "*:\/\/www.everythingkitchens.com\/*", "*:\/\/www.target.com\/*", "*:\/\/www.walmart.com\/*", "*:\/\/www.underarmour.com\/*", "*:\/\/www.rei.com\/*", "*:\/\/www.worldmarket.com\/*", "*:\/\/www.costco.com\/*", "*:\/\/www.macys.com\/*", "*:\/\/www.barnesandnoble.com\/*", "*:\/\/www.boscovs.com\/*", "*:\/\/www.kohls.com\/*", "*:\/\/www.dsw.com\/*", "*:\/\/www.shopdisney.com\/*", "*:\/\/tjmaxx.tjx.com\/*", "*:\/\/brickseek.com\/*", "*:\/\/www.ulta.com\/*", "*:\/\/www.walgreens.com\/*", "*:\/\/www.famousfootwear.com\/*", "*:\/\/www.hottopic.com\/*", "*:\/\/www.entertainmentearth.com\/*", "*:\/\/www.gnc.com\/*", "*:\/\/www.vitaminshoppe.com\/*", "*:\/\/www.petco.com\/*", "*:\/\/www.bestbuy.com\/*", "*:\/\/www.carters.com\/*", "*:\/\/www.leftlanesports.com\/*" ], "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_popup": "b_popup.html", "default_title": "The BOAT" }, "web_accessible_resources": [ "*" ] } |