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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Amazon Search Tools拡張機能のCRXファイルをダウンロード

Amazon Search Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Amazon Search Tools Amazon Search Tools
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]
Eメール [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:\/\/*\/*"
    ]
}