RebateCodes

RebateCodes official extension

What is RebateCodes?

RebateCodes is a Chrome extension developed by https://www.rebatecodes.com, and its main feature is "RebateCodes official extension".

Extension Screenshots

screenshot

Download RebateCodes Extension CRX File

Download RebateCodes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name RebateCodes RebateCodes
ID nmfcnbhpiebplkoihdjmogocgcfpgopj
Official URL https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj
Description RebateCodes official extension
File Size 59.59 KB
Installation Count 184
Current Version 1.2
Last Updated 2016-09-21
Publish Date 2016-09-21
Rating 5.00/5 Total 3 Ratings
Developer https://www.rebatecodes.com
Payment Type free
Supported Languages 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"
    ]
}