eBay Deals Australia

Never miss a Deal again.

What is eBay Deals Australia?

eBay Deals Australia is a Chrome extension developed by https://deals.ebay.com.au, and its main feature is "Never miss a Deal again.".

Extension Screenshots

screenshot

Download eBay Deals Australia Extension CRX File

Download eBay Deals Australia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name eBay Deals Australia eBay Deals Australia
ID ahpjomcemenfeikodjbkdcnjkeppbioc
Official URL https://chromewebstore.google.com/detail/ebay-deals-australia/ahpjomcemenfeikodjbkdcnjkeppbioc
Description Never miss a Deal again.
File Size 85.76 KB
Installation Count 6,305
Current Version 1.0.8.9
Last Updated 2015-04-20
Publish Date 2015-04-19
Rating 4.30/5 Total 10 Ratings
Developer https://deals.ebay.com.au
Payment Type free
Extension Website http://deals.ebay.com.au?source=chrome_extension
Help Page URL http://pages2.ebay.com.au/eBay_Deals_FAQ
Supported Languages 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"
    ]
}