AMZ Seller Browser

If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.

AMZ Seller Browserとは何ですか?

AMZ Seller BrowserはOR Interactiveによって開発されたChromeの拡張機能で、その主な機能は「If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AMZ Seller Browser拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Visit us on our facebook group to get product updates and share your experience:

https://www.facebook.com/groups/AMZ.Seller.Browser

Features:

- Help Amazon sellers find new products to sell
- Add Amazon BSR to each product in the search
- Show price history from Keepa in quick view
- Show other products from this brand in quick view
- Click on each of the quick view links and it will take you to the target page
- Show all product elements in the Amazon search
- Support all Amazon marketplaces

Many more features to come !!!

Free forever!                    

拡張機能の基本情報

名前 AMZ Seller Browser AMZ Seller Browser
ID klgpelgeohjghmccooegimcfhanlnngc
公式URL https://chromewebstore.google.com/detail/amz-seller-browser/klgpelgeohjghmccooegimcfhanlnngc
説明 If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.
ファイルサイズ 657 KB
インストール数 61,895
現在のバージョン 2.0.17
最終更新日 2022-06-09
公開日 2020-05-24
評価 3.38/5 合計 172 レビュー
開発者 OR Interactive
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.facebook.com/groups/AMZ.Seller.Browser/
対応言語 en
manifest.json
{
    "name": "AMZ Seller Browser",
    "version": "2.0.17",
    "manifest_version": 3,
    "description": "If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.",
    "icons": {
        "128": "images\/Add_product_arrow-on.png"
    },
    "action": [],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.com.tr\/*"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/bootstrap.min.js",
                "scripts\/lodash.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.com.tr\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}