Shoes & handbags sale
Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you.
Was ist Shoes & handbags sale?
Shoes & handbags sale ist eine Chrome-Erweiterung, die von http://lachuos.com entwickelt wurde, und ihr Hauptmerkmal ist "Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you.".
Erweiterungsscreenshots
Shoes & handbags sale-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shoes & handbags sale-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ibinokjihmkiepipbanahcamkiimcdof |
Offizielle URL | https://chrome.google.com/webstore/detail/ibinokjihmkiepipbanahcamkiimcdof |
Beschreibung | Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you. |
Dateigröße | 252 KB |
Installationsanzahl | 89 |
Aktuelle Version | 8.1 |
Letztes Update | 2014-11-14 |
Veröffentlichungsdatum | 2014-11-14 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://lachuos.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.lachuos.com/ |
Unterstützte Sprachen | 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 } |