eBay Deals Australia

Never miss a Deal again.

Was ist eBay Deals Australia?

eBay Deals Australia ist eine Chrome-Erweiterung, die von https://deals.ebay.com.au entwickelt wurde, und ihr Hauptmerkmal ist "Never miss a Deal again.".

Erweiterungsscreenshots

screenshot

eBay Deals Australia-Erweiterungs-CRX-Datei herunterladen

Laden Sie eBay Deals Australia-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name eBay Deals Australia eBay Deals Australia
ID ahpjomcemenfeikodjbkdcnjkeppbioc
Offizielle URL https://chromewebstore.google.com/detail/ebay-deals-australia/ahpjomcemenfeikodjbkdcnjkeppbioc
Beschreibung Never miss a Deal again.
Dateigröße 85.76 KB
Installationsanzahl 6,305
Aktuelle Version 1.0.8.9
Letztes Update 2015-04-20
Veröffentlichungsdatum 2015-04-19
Bewertung 4.30/5 Insgesamt 10 Bewertungen
Entwickler https://deals.ebay.com.au
Zahlungsart free
Erweiterungswebsite http://deals.ebay.com.au?source=chrome_extension
Hilfeseite URL http://pages2.ebay.com.au/eBay_Deals_FAQ
Unterstützte Sprachen 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"
    ]
}