Reklaim

Reklaim Chrome Extension

Reklaim क्या है?

Reklaim http://reklaimyours.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reklaim Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reklaim एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
                ""
            ]
        }
    ]
}