RebateCodes

RebateCodes official extension

Vad är RebateCodes?

RebateCodes är en Chrome-tillägg utvecklad av https://www.rebatecodes.com, och dess huvudfunktion är "RebateCodes official extension".

Tilläggsskärmbilder

screenshot

Ladda ner RebateCodes-förlängningens CRX-fil

Ladda ner RebateCodes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn RebateCodes RebateCodes
ID nmfcnbhpiebplkoihdjmogocgcfpgopj
Officiell webbadress https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj
Beskrivning RebateCodes official extension
Filstorlek 59.59 KB
Antal Installationer 184
Aktuell Version 1.2
Senast Uppdaterad 2016-09-21
Publiceringsdatum 2016-09-21
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.rebatecodes.com
Betalningssätt free
Stödda Språk 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"
    ]
}