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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}