Shoes & handbags sale
Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you.
Cos'è Shoes & handbags sale?
Shoes & handbags sale è un'estensione di Chrome sviluppata da http://lachuos.com, e la sua funzione principale è "Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shoes & handbags sale
Scarica i file di estensione Shoes & handbags sale in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shoes and Handbags just one short click away, all the time. Our selection of handbags and shoes are ready for browsing day or night. If you take a shine to something, you can click through to buy it, otherwise you can just enjoy looking through the collection. - Shoes on Amazon - Handbags on Amazon - Buy on Amazon - Match shoes and handbags - Share your creations with friends
Informazioni di Base sull'Estensione
Nome | |
ID | ibinokjihmkiepipbanahcamkiimcdof |
URL Ufficiale | https://chrome.google.com/webstore/detail/ibinokjihmkiepipbanahcamkiimcdof |
Descrizione | Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you. |
Dimensione del File | 252 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 8.1 |
Ultimo Aggiornamento | 2014-11-14 |
Data di Pubblicazione | 2014-11-14 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | http://lachuos.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.lachuos.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoes & handbags sale", "short_name": "Find sales", "description": "Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you.", "version": "8.1", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ws-na.amazon-adsystem.com https:\/\/wms-na.amazon-adsystem.com https:\/\/apis.google.com https:\/\/platform.twitter.com https:\/\/connect.facebook.net https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "icons": { "16": "\/images\/shoe.png", "48": "\/images\/shoe.png", "128": "\/images\/shoe.png" }, "permissions": [], "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "Shoes and Handbags", "default_icon": "\/images\/shoe.png" }, "manifest_version": 2 } |