eBay Deals Australia
Never miss a Deal again.
Co to jest eBay Deals Australia?
eBay Deals Australia to rozszerzenie Chrome opracowane przez https://deals.ebay.com.au, a jego główną funkcją jest „Never miss a Deal again.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia eBay Deals Australia
Pobierz pliki rozszerzeń eBay Deals Australia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ahpjomcemenfeikodjbkdcnjkeppbioc |
| Oficjalny URL | https://chromewebstore.google.com/detail/ebay-deals-australia/ahpjomcemenfeikodjbkdcnjkeppbioc |
| Opis | Never miss a Deal again. |
| Rozmiar pliku | 85.76 KB |
| Liczba instalacji | 6,305 |
| Aktualna Wersja | 1.0.8.9 |
| Ostatnia Aktualizacja | 2015-04-20 |
| Data Publikacji | 2015-04-19 |
| Ocena | 4.30/5 Łącznie 10 Oceny |
| Deweloper | https://deals.ebay.com.au |
| Typ Płatności | free |
| Strona Rozszerzenia | http://deals.ebay.com.au?source=chrome_extension |
| Adres URL Strony Pomocy | http://pages2.ebay.com.au/eBay_Deals_FAQ |
| Obsługiwane Języki | 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"
]
} | |