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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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
}