Zalando
Search and browse all products by Zalando by using this Chrome Extension.
O que é Zalando?
Zalando é uma extensão do Chrome desenvolvida por Chrome Apps, e sua principal característica é "Search and browse all products by Zalando by using this Chrome Extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zalando
Baixe arquivos de extensão Zalando no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ccjjjcpfgeaiehnnmjhkcdiojghmmaai |
URL Oficial | https://chrome.google.com/webstore/detail/zalando/ccjjjcpfgeaiehnnmjhkcdiojghmmaai |
Descrição | Search and browse all products by Zalando by using this Chrome Extension. |
Tamanho do Arquivo | 242 KB |
Contagem de Instalações | 1,550 |
Versão Atual | 1.7.2 |
Última Atualização | 2014-02-15 |
Data de Publicação | 2014-02-15 |
Classificação | 4.33/5 Total de 18 Avaliações |
Desenvolvedor | Chrome Apps |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |