The BOAT (The Best Online Arbitrage Tool)
Online Arbitrage Tool
What is The BOAT (The Best Online Arbitrage Tool)?
The BOAT (The Best Online Arbitrage Tool) is a Chrome extension developed by JUCO, and its main feature is "Online Arbitrage Tool".
Extension Screenshots
Download The BOAT (The Best Online Arbitrage Tool) Extension CRX File
Download The BOAT (The Best Online Arbitrage Tool) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | amohifemfmcengnbnilcpkcngmihpoap |
Official URL | https://chrome.google.com/webstore/detail/the-boat-the-best-online/amohifemfmcengnbnilcpkcngmihpoap |
Description | Online Arbitrage Tool |
File Size | 1.14 MB |
Installation Count | 77 |
Current Version | 1.0.3 |
Last Updated | 2020-05-22 |
Publish Date | 2020-05-21 |
Developer | JUCO |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.scandroidpro.com/Home/Privacy |
Supported Languages | 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": [ "*" ] } |