RebateCodes

RebateCodes official extension

Cos'è RebateCodes?

RebateCodes è un'estensione di Chrome sviluppata da https://www.rebatecodes.com, e la sua funzione principale è "RebateCodes official extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RebateCodes

Scarica i file di estensione RebateCodes 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

                        Latest version of our award winning shopping tool. This extension will automatically notify you when surfing pages of stores that offer cashback or rebates.  You will never miss earning cashback because you forgot to login or did not know the store offered rebates.

Plus, our extension integrates with google search and will supply you cashback information on your search results page....all automatically!                    

Informazioni di Base sull'Estensione

Nome RebateCodes RebateCodes
ID nmfcnbhpiebplkoihdjmogocgcfpgopj
URL Ufficiale https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj
Descrizione RebateCodes official extension
Dimensione del File 59.59 KB
Conteggio Installazioni 184
Versione Corrente 1.2
Ultimo Aggiornamento 2016-09-21
Data di Pubblicazione 2016-09-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.rebatecodes.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RebateCodes",
    "description": "RebateCodes official extension",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "offline_enabled": false,
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "activeTab",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "RebateCodes",
        "default_icon": "icon_38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "icon_16.png",
        "logo.png"
    ]
}