The BOAT (The Best Online Arbitrage Tool)
Online Arbitrage Tool
Qu'est-ce que The BOAT (The Best Online Arbitrage Tool) ?
The BOAT (The Best Online Arbitrage Tool) est une extension Chrome développée par JUCO, et sa fonction principale est "Online Arbitrage Tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The BOAT (The Best Online Arbitrage Tool)
Téléchargez les fichiers d'extension The BOAT (The Best Online Arbitrage Tool) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | amohifemfmcengnbnilcpkcngmihpoap |
URL Officiel | https://chrome.google.com/webstore/detail/the-boat-the-best-online/amohifemfmcengnbnilcpkcngmihpoap |
Description | Online Arbitrage Tool |
Taille du Fichier | 1.14 MB |
Nombre d'Installations | 77 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-05-22 |
Date de Publication | 2020-05-21 |
Développeur | JUCO |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.scandroidpro.com/Home/Privacy |
Langues Prises en Charge | 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": [ "*" ] } |