Zalando
Search and browse all products by Zalando by using this Chrome Extension.
Co to jest Zalando?
Zalando to rozszerzenie Chrome opracowane przez Chrome Apps, a jego główną funkcją jest „Search and browse all products by Zalando by using this Chrome Extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zalando
Pobierz pliki rozszerzeń Zalando 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
Zalando is the largest web shop of clothing and footwear in Europe. At Zalando you are able to find all products of all major international brands such as Boss Orange, Adidas, Björn Borg, D & G, Diesel, Nike, Guess, G-Star, Mexx, Marc O'Polo, Timberland and Geox. Also exclusive labels such as Apepazza, Latitude Femme or Beverly Feldman, which are often difficult to find, are available at Zalando. Just like other big webshops like Amazon, Ebay, Wehkamp, etc Zalando has a wide variety of products, excellent shipping time, 30 day returns and many more.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ccjjjcpfgeaiehnnmjhkcdiojghmmaai |
Oficjalny URL | https://chrome.google.com/webstore/detail/zalando/ccjjjcpfgeaiehnnmjhkcdiojghmmaai |
Opis | Search and browse all products by Zalando by using this Chrome Extension. |
Rozmiar pliku | 242 KB |
Liczba instalacji | 1,550 |
Aktualna Wersja | 1.7.2 |
Ostatnia Aktualizacja | 2014-02-15 |
Data Publikacji | 2014-02-15 |
Ocena | 4.33/5 Łącznie 18 Oceny |
Deweloper | Chrome Apps |
Typ Płatności | free |
Obsługiwane Języki | de,en,fr,nl,no,da,es,it,pl,fi,sv,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.7.2", "permissions": [ "http:\/\/*\/*", "storage" ], "icons": { "128": "images\/Zalando128.png", "16": "images\/Zalando16.png" }, "browser_action": { "default_icon": "images\/Zalando16.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |