The BOAT (The Best Online Arbitrage Tool)
Online Arbitrage Tool
The BOAT (The Best Online Arbitrage Tool)란 무엇입니까?
The BOAT (The Best Online Arbitrage Tool)은(는) JUCO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online Arbitrage Tool"입니다.
확장 프로그램 스크린샷
The BOAT (The Best Online Arbitrage Tool) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | amohifemfmcengnbnilcpkcngmihpoap |
공식 URL | https://chrome.google.com/webstore/detail/the-boat-the-best-online/amohifemfmcengnbnilcpkcngmihpoap |
설명 | Online Arbitrage Tool |
파일 크기 | 1.14 MB |
설치 횟수 | 77 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-05-22 |
출시 날짜 | 2020-05-21 |
개발자 | JUCO |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.scandroidpro.com/Home/Privacy |
지원되는 언어 | 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": [ "*" ] } |