Groupon Deals
Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
ما هو Groupon Deals؟
Groupon Deals هو إضافة Chrome تم تطويرها بواسطة chromeapps، والميزة الرئيسية لها هي "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Groupon Deals
قم بتنزيل ملفات الامتداد Groupon Deals بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unofficial chrome extension for Groupon Deals by City in US. Groupon is an easy way to get huge discounts while discovering fun activities in your city. Our daily local deals consist of restaurants, spas, things to do, nightlife, massages, salons, hotels, and a whole lot more, in hundreds of cities across the world.
معلومات أساسية عن التمديد
الاسم | |
ID | pcjeifpbeokcmgepmmaolfkedlabgada |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada |
الوصف | Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city. |
حجم الملف | 227 KB |
عدد التثبيتات | 1,900 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2014-03-22 |
تاريخ النشر | 2014-03-22 |
تقييم | 3.33/5 مجموع تقييمات 9 |
المطور | chromeapps |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.shoplify.net/info/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Groupon Deals", "description": "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.", "version": "1.0.0", "browser_action": { "default_title": "Groupon", "default_icon": "img\/icon32.png", "default_popup": "panel.html" }, "icons": { "128": "img\/icon128.png" }, "permissions": [ "*:\/\/*.groupon.com\/" ], "background": { "persistent": false, "scripts": [ "js\/main.js" ] }, "manifest_version": 2 } |