Reklaim

Reklaim Chrome Extension

什麼是Reklaim?

Reklaim是由http://reklaimyours.com開發的Chrome擴展程式,該擴展的主要功能是“Reklaim Chrome Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Reklaim擴展crx文件

下載Reklaim擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With the Reklaim Cashback extension, you will save and earn cashback by shopping at your favorite online stores! Every time you shop at one of our eligible 30,000 + retailers, you’ll earn some extra cash for yourself. 

Learn More Here: https://www.reklaimyours.com/cashback-extension

How beautiful shopping can be without any of the guilt!

How it works: 
1- Add the free chrome extension onto your desktop browser
2- Get alerted of deals as you shop
3- Get access to exclusive discounts
4- Get paid via PayPal

You don’t need a Reklaim account to use the Cashback extension, but you can sign up at anytime for one at https://www.reklaimyours.com and check out all the ways Reklaim rewards you for sharing your data!

By downloading and installing Reklaim Cashback Extension for Chrome, you are agreeing to the following agreements.


Terms & Conditions: https://www.reklaimyours.com/terms-and-conditions

Privacy Policy: https://www.reklaimyours.com/privacy-policy                    

擴展基本資訊

名稱 Reklaim Reklaim
ID ikhibgnidhpmkjgndcheniaakdibpjnn
官方網址 https://chrome.google.com/webstore/detail/reklaim/ikhibgnidhpmkjgndcheniaakdibpjnn
簡介 Reklaim Chrome Extension
檔案大小 2.41 MB
安裝次數 1,151
目前版本 2.1.1
更新時間 2022-08-30
上架時間 2022-02-12
評分 3.67/5 共 3 次評分
開發者 http://reklaimyours.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.reklaimyours.com/cashback-extension
說明頁面URL https://www.reklaimyours.com/
隱私政策頁面URL https://reklaimyours.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.1",
    "name": "Reklaim",
    "short_name": "REKLAIM_CHROME_EXTENSION",
    "description": "Reklaim Chrome Extension",
    "icons": {
        "128": "img\/icon-128-reklaim.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-40-disabled-reklaim.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "earnings.html",
                "installation.html",
                "sso.html",
                "Reklaim-fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}