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.
Co to jest Amazon Seller and Dispatch Information?
Amazon Seller and Dispatch Information to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Seller and Dispatch Information
Pobierz pliki rozszerzeń Amazon Seller and Dispatch Information w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon Seller and Dispatch Information |
ID | pfcamicmmpaihhjmapbmkdhfnophopoe |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-seller-and-dispatc/pfcamicmmpaihhjmapbmkdhfnophopoe |
Opis | Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address. |
Rozmiar pliku | 36.78 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-04-03 |
Data Publikacji | 2018-04-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |