Amazon Search Tools
Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.
Amazon Search Tools란 무엇입니까?
Amazon Search Tools은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others."입니다.
확장 프로그램 스크린샷
Amazon Search Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This application especially designed for searching products different kinds of platforms. You can easily find products which is suitable for dropshipping. If you are a buyer you can find your products easily. For seller and buyer this program save your special time. This can handle copy paste jobs easily. Supported platforms : Amazon North America Region Amazon Global Amazon Canada Amazon Mexico Amazon Europe Region Amazon Turkey (New) Amazon United Arab Emirates (NEW) Amazon France Amazon Germany Amazon Italy Amazon Spain Amazon UK Aliexpress Alibaba Ebay DealExtreme Walmart Global Walmart Canada Dhgate Target Tmart Tmall FocalPrice Geekbuying Turkish Websites gittigidiyor hepsiburada n11 akakce cimri
확장 프로그램 기본 정보
이름 | |
ID | ifjakjbmablhabbglbakdbnnfaaeihej |
공식 URL | https://chrome.google.com/webstore/detail/amazon-search-tools/ifjakjbmablhabbglbakdbnnfaaeihej |
설명 | Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others. |
파일 크기 | 1.91 MB |
설치 횟수 | 465 |
현재 버전 | 1.19 |
최근 업데이트 | 2020-07-11 |
출시 날짜 | 2019-10-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | [email protected] |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://btcile.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Search Tools", "version": "1.19", "description": "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2, "permissions": [ "tabs", "activeTab", "declarativeContent", "storage", "clipboardWrite", "clipboardRead", "http:\/\/*\/*", "https:\/\/*\/*" ] } |