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
公式URL 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"
            ]
        }
    ]
}