Deal Finder for Chrome

Hands down the best deal finder for Chrome..

What is Deal Finder for Chrome?

Deal Finder for Chrome is a Chrome extension developed by LazyLabz.com, and its main feature is "Hands down the best deal finder for Chrome..".

Extension Screenshots

screenshot

Download Deal Finder for Chrome Extension CRX File

Download Deal Finder for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly find products from anywhere in Chrome.

Scan through curated awesome items & hot deals any time. New items and deals daily!

Like us on Facebook: http://www.facebook.com/lazylabz
Always love your feedback: [email protected]                    

Extension Basic Information

Name Deal Finder for Chrome Deal Finder for Chrome
ID cgfgpbckaeibjngepigdbjoljcfcecfk
Official URL https://chromewebstore.google.com/detail/deal-finder-for-chrome/cgfgpbckaeibjngepigdbjoljcfcecfk
Description Hands down the best deal finder for Chrome..
File Size 519 KB
Installation Count 105
Current Version 1.4
Last Updated 2013-12-02
Publish Date 2013-12-01
Rating 3.86/5 Total 7 Ratings
Developer LazyLabz.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deal Finder for Chrome",
    "short_name": "Deals",
    "version": "1.4",
    "manifest_version": 2,
    "icons": {
        "16": "images\/blue_icon_16.png",
        "19": "images\/blue_icon_19.png",
        "48": "images\/blue_icon_48.png",
        "128": "images\/blue_icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/blue_icon_19.png",
        "default_popup": "popup.html"
    },
    "description": "Hands down the best deal finder for Chrome..",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com;  object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "storage",
        "unlimitedStorage"
    ]
}