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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |