Amazon Seller and Dispatch Information

Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.

什麼是Amazon Seller and Dispatch Information?

Amazon Seller and Dispatch Information是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.”。

擴展截圖

screenshot

下載Amazon Seller and Dispatch Information擴展crx文件

下載Amazon Seller and Dispatch Information擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you tired of having to click each item in the Amazon search result just to find out that its either not sold by Amazon, dispatched from somewhere other than Amazon (long delivery) or not even delivered to your country?

This extension shows all of this information directly in the Amazon search results. No more clicking!

After the Amazon.com or Amazon.de search result page appears, this extension springs into action. After about 1-2 seconds the following information is fetched and displayed inline with the search results:

* Who the seller is.
* If the item is dispatched from Amazon.
* If the item cannot be dispatched to your address.
* If the item is out of stock.

If you have any problems, contact [email protected]                    

擴展基本資訊

名稱 Amazon Seller and Dispatch Information Amazon Seller and Dispatch Information
ID pfcamicmmpaihhjmapbmkdhfnophopoe
官方網址 https://chromewebstore.google.com/detail/amazon-seller-and-dispatc/pfcamicmmpaihhjmapbmkdhfnophopoe
簡介 Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.
檔案大小 36.78 KB
安裝次數 24
目前版本 1.0.1
更新時間 2018-04-03
上架時間 2018-04-03
評分 5.00/5 共 1 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "delivered-box-verification-symbol.png"
    },
    "name": "Amazon Seller and Dispatch Information",
    "description": "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ]
}