eBay Deals Australia

Never miss a Deal again.

eBay Deals Australia क्या है?

eBay Deals Australia https://deals.ebay.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never miss a Deal again."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eBay Deals Australia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम eBay Deals Australia eBay Deals Australia
ID ahpjomcemenfeikodjbkdcnjkeppbioc
आधिकारिक URL https://chromewebstore.google.com/detail/ebay-deals-australia/ahpjomcemenfeikodjbkdcnjkeppbioc
विवरण Never miss a Deal again.
फ़ाइल का आकार 85.76 KB
स्थापना संख्या 6,305
वर्तमान संस्करण 1.0.8.9
अंतिम अपडेट 2015-04-20
प्रकाशन तिथि 2015-04-19
रेटिंग 4.30/5 कुल 10 रेटिंग्स
डेवलपर https://deals.ebay.com.au
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://deals.ebay.com.au?source=chrome_extension
सहायता पृष्ठ URL http://pages2.ebay.com.au/eBay_Deals_FAQ
समर्थित भाषाएँ 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"
    ]
}