RebateCodes

RebateCodes official extension

Co je RebateCodes?

RebateCodes je rozšíření Chrome vyvinuté https://www.rebatecodes.com, a jeho hlavní funkcí je „RebateCodes official extension“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RebateCodes

Stáhněte si soubory rozšíření RebateCodes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název RebateCodes RebateCodes
ID nmfcnbhpiebplkoihdjmogocgcfpgopj
Oficiální URL https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj
Popis RebateCodes official extension
Velikost souboru 59.59 KB
Počet instalací 184
Aktuální Verze 1.2
Poslední Aktualizace 2016-09-21
Datum Vydání 2016-09-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://www.rebatecodes.com
Typ Platby free
Podporované Jazyky 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"
    ]
}