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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |