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
官方網址 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
電子郵箱 [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"
}