The BOAT (The Best Online Arbitrage Tool)
Online Arbitrage Tool
O que é The BOAT (The Best Online Arbitrage Tool)?
The BOAT (The Best Online Arbitrage Tool) é uma extensão do Chrome desenvolvida por JUCO, e sua principal característica é "Online Arbitrage Tool".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The BOAT (The Best Online Arbitrage Tool)
Baixe arquivos de extensão The BOAT (The Best Online Arbitrage Tool) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | amohifemfmcengnbnilcpkcngmihpoap |
URL Oficial | https://chrome.google.com/webstore/detail/the-boat-the-best-online/amohifemfmcengnbnilcpkcngmihpoap |
Descrição | Online Arbitrage Tool |
Tamanho do Arquivo | 1.14 MB |
Contagem de Instalações | 77 |
Versão Atual | 1.0.3 |
Última Atualização | 2020-05-22 |
Data de Publicação | 2020-05-21 |
Desenvolvedor | JUCO |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.scandroidpro.com/Home/Privacy |
Idiomas Suportados | 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": [ "*" ] } |