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 chromeapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Groupon Deals एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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 } |