eBay Deals Australia

Never miss a Deal again.

什麼是eBay Deals Australia?

eBay Deals Australia是由https://deals.ebay.com.au開發的Chrome擴展程式,該擴展的主要功能是“Never miss a Deal again.”。

擴展截圖

screenshot

下載eBay Deals Australia擴展crx文件

下載eBay Deals Australia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}