eBay Deals Australia
Never miss a Deal again.
ما هو eBay Deals Australia؟
eBay Deals Australia هو إضافة Chrome تم تطويرها بواسطة https://deals.ebay.com.au، والميزة الرئيسية لها هي "Never miss a Deal again.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eBay Deals Australia
قم بتنزيل ملفات الامتداد eBay Deals Australia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
} | |