RebateCodes

RebateCodes official extension

什么是RebateCodes?

RebateCodes是由https://www.rebatecodes.com开发的Chrome扩展程序,该扩展的主要功能是“RebateCodes official extension”。

扩展截图

screenshot

下载RebateCodes扩展crx文件

下载RebateCodes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 RebateCodes RebateCodes
ID nmfcnbhpiebplkoihdjmogocgcfpgopj
官方URL https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj
简介 RebateCodes official extension
文件大小 59.59 KB
安装次数 184
当前版本 1.2
更新时间 2016-09-21
上架时间 2016-09-21
评分 5.00/5 共3次评分
开发者 https://www.rebatecodes.com
付费类型 free
支持的语言 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"
    ]
}