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
官方網址 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"
    ]
}