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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Groupon Deals

ดาวน์โหลดไฟล์ส่วนขยาย Groupon Deals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Groupon Deals Groupon Deals
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
}