eBay Deals Australia
Never miss a Deal again.
Cos'è eBay Deals Australia?
eBay Deals Australia è un'estensione di Chrome sviluppata da https://deals.ebay.com.au, e la sua funzione principale è "Never miss a Deal again.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eBay Deals Australia
Scarica i file di estensione eBay Deals Australia 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
eBay Deals is a place where you can find: - thousands of great deals on popular products; - from trusted sellers in Australia and overseas; - hand-picked by the eBay Deals team; - with free postage to Australian addresses (except large bulky goods). eBay Deals is not a paid advertisement opportunity. We want you to have a delightful experience on eBay. That’s why we hand-pick the deals we think you’ll love, at a great price and from trusted sellers.
Informazioni di Base sull'Estensione
Nome | eBay Deals Australia |
ID | ahpjomcemenfeikodjbkdcnjkeppbioc |
URL Ufficiale | https://chromewebstore.google.com/detail/ebay-deals-australia/ahpjomcemenfeikodjbkdcnjkeppbioc |
Descrizione | Never miss a Deal again. |
Dimensione del File | 85.76 KB |
Conteggio Installazioni | 6,305 |
Versione Corrente | 1.0.8.9 |
Ultimo Aggiornamento | 2015-04-20 |
Data di Pubblicazione | 2015-04-19 |
Valutazione | 4.30/5 Totale 10 Valutazioni |
Sviluppatore | https://deals.ebay.com.au |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://deals.ebay.com.au?source=chrome_extension |
URL della Pagina di Aiuto | http://pages2.ebay.com.au/eBay_Deals_FAQ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBay Deals Australia", "version": "1.0.8.9", "description": "Never miss a Deal again.", "icons": { "16": "eBayDealsLogo_16.png", "48": "eBayDealsLogo_48.png", "128": "eBayDealsLogo_128.png" }, "browser_action": { "default_icon": "eBayDealsLogo_128.png", "default_popup": "popup.html" }, "author": "eBay.com.au", "background": { "scripts": [ "jquery-2.0.3.min.js", "roverlv.js", "background.js" ] }, "permissions": [ "http:\/\/*.ebay.com.au\/*", "http:\/\/*.ebay.com\/*", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "ping.html" ] } |