AMZBase - Free Amazon Product Research Tool
AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.
AMZBase - Free Amazon Product Research Tool란 무엇입니까?
AMZBase - Free Amazon Product Research Tool은(는) amzbase에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AMZBase is a free tool for assisting you in your search to find products to sell on Amazon."입니다.
확장 프로그램 스크린샷
AMZBase - Free Amazon Product Research Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AMZBase - Free Amazon Product Research Tool AMZBase for Amazon Seller Speed up your product research Tool for assisting in your search to find products to sell on Amazon. It helps sellers to quickly obtain the ASIN No. and the title description of listings on Amazon. Provides immediate access to other sites from the menu button and ect. Included Features 1. Hover over a product image to effortlessly obtain the ASIN No and the title description of the listing 2. Find the historical prices of products using one-click 3. Search products on Search Engine 4. Source the related product 5. Check listing information on other retailing websites 6. Calculate the FBA profits of product quickly 7. Pick certain words from your screen and search them immediately
확장 프로그램 기본 정보
이름 | AMZBase - Free Amazon Product Research Tool |
ID | nhebfnlghmjfcammdgbgfcomeonbfcfn |
공식 URL | https://chromewebstore.google.com/detail/amzbase-free-amazon-produ/nhebfnlghmjfcammdgbgfcomeonbfcfn |
설명 | AMZBase is a free tool for assisting you in your search to find products to sell on Amazon. |
파일 크기 | 43.97 KB |
설치 횟수 | 27,096 |
현재 버전 | v1.1.2 |
최근 업데이트 | 2021-03-22 |
출시 날짜 | 2019-04-24 |
평점 | 4.33/5 총 9 개의 평점 |
개발자 | amzbase |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.amzbase.com |
개인정보 보호 정책 페이지 URL | https://webmaster-assistant.burnbat.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "homepage_url": "https:\/\/www.amzbase.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AMZBase - Free Amazon Product Research Tool", "description": "AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.", "version": "1.1.2", "version_name": "v1.1.2", "author": "AMZBase Team", "browser_action": { "default_icon": { "128": "images\/logo.png" }, "default_title": "AMZBase" }, "icons": { "128": "images\/logo.png" }, "permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.mx\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.in\/*" ], "background": { "scripts": [ "scripts\/jquery-3.2.1.min.js", "scripts\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.mx\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.in\/*" ], "js": [ "scripts\/jquery-3.2.1.min.js", "main.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": true } ] } |