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開發的Chrome擴展程式,該擴展的主要功能是“Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.”。

擴展截圖

screenshot
screenshot
screenshot

下載Groupon Deals擴展crx文件

下載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
官方網址 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
}