Deal Finder for Chrome

Hands down the best deal finder for Chrome..

Cos'è Deal Finder for Chrome?

Deal Finder for Chrome è un'estensione di Chrome sviluppata da LazyLabz.com, e la sua funzione principale è "Hands down the best deal finder for Chrome..".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deal Finder for Chrome

Scarica i file di estensione Deal Finder for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Deal Finder for Chrome Deal Finder for Chrome
ID cgfgpbckaeibjngepigdbjoljcfcecfk
URL Ufficiale https://chromewebstore.google.com/detail/deal-finder-for-chrome/cgfgpbckaeibjngepigdbjoljcfcecfk
Descrizione Hands down the best deal finder for Chrome..
Dimensione del File 519 KB
Conteggio Installazioni 105
Versione Corrente 1.4
Ultimo Aggiornamento 2013-12-02
Data di Pubblicazione 2013-12-01
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore LazyLabz.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}