RebateCodes

RebateCodes official extension

Wat is RebateCodes?

RebateCodes is een Chrome-extensie ontwikkeld door https://www.rebatecodes.com, en de belangrijkste functie is "RebateCodes official extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RebateCodes

Download RebateCodes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam RebateCodes RebateCodes
ID nmfcnbhpiebplkoihdjmogocgcfpgopj
Officiële URL https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj
Beschrijving RebateCodes official extension
Bestandsgrootte 59.59 KB
Aantal Installaties 184
Huidige Versie 1.2
Laatst Bijgewerkt 2016-09-21
Publicatiedatum 2016-09-21
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.rebatecodes.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}