rePurpose Rewards

Go plastic neutral – for free – and save money with automatic discount codes when you shop online.

Was ist rePurpose Rewards?

rePurpose Rewards ist eine Chrome-Erweiterung, die von https://rewards.repurpose.global entwickelt wurde, und ihr Hauptmerkmal ist "Go plastic neutral – for free – and save money with automatic discount codes when you shop online.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

rePurpose Rewards-Erweiterungs-CRX-Datei herunterladen

Laden Sie rePurpose Rewards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Description

🌎 REDUCE PLASTIC POLLUTION WHILE SHOPPING ONLINE 🌎

rePurpose Rewards gets 30,000+ stores to support plastic offset projects, at no extra cost, when you shop online! You can instantly help remove plastic from polluted environments by supporting one of our great projects.

🌎 SAVE MONEY WITH AUTOMATIC DISCOUNTS 🌎

rePurpose Rewards also saves you time and money by testing all available discount codes, when you reach the checkout page, and automatically applying the one that saves you the most money. This way you can save money – and support your favorite plastic offset projects for free!

🌎 HOW IT WORKS 🌎

Just shop online as you normally would. When you reach a partner website, you’ll activate rePurpose Rewards with one click. This triggers the partner store to contribute part of your purchase price to the plastic offset projects of your choice.

There are also opportunities to earn plastic offsets without even making a purchase – such as registering for a free trial. Look for a summary of each partner’s offer terms by clicking the extension icon while on their website.

🌎 YOUR PRIVACY IS IMPORTANT 🌎

The rePurpose Rewards extension does not collect any of your personal information or payment details. It does not view your emails or record your searches. Also, we never sell your data to advertisers or other third parties.

🌎 YOUR IMPACT 🌎

By using this extension, you will help reduce plastic pollution. The money we earn from this system goes directly towards the plastic offset projects of your choice (https://rewards.repurpose.global/projects). We retain part of the revenue to build and maintain our free tools.

To keep track of your impact, create a free rePurpose Rewards account and sign into your account through the extension. This way your activity will be recorded to your account, and you will receive email notifications of you impact.

🌎 WHO WE ARE 🌎

rePurpose Global is the World's First Plastic Credit Platform dedicated to reducing waste, reviving lives, and restoring nature's balance. This free browser extension helps us raise money to support our plastic offset projects.

🌎 REQUIRED PERMISSIONS 🌎

"Read and change all your data on the websites you visit" so that our extension can automatically recognize when you visit a partner website and apply discount codes for you.

By clicking "Add to Chrome" I accept and agree to installing the rePurpose Rewards extension and the Privacy Policy (https://rewards.repurpose.global/privacy) and Terms of Service (https://rewards.repurpose.global/terms)

🌎 FOLLOW US 🌎

Facebook: https://www.facebook.com/repurposeglobal  

Instagram: https://www.instagram.com/repurpose_global/  

Twitter: https://twitter.com/rePurposeGlobal  

LinkedIn: https://www.linkedin.com/company/repurposeglobal/                    

Grundlegende Informationen zur Erweiterung

Name rePurpose Rewards rePurpose Rewards
ID jmpgahjjejmpfjkkdkimlpcadiflonmg
Offizielle URL https://chrome.google.com/webstore/detail/repurpose-rewards/jmpgahjjejmpfjkkdkimlpcadiflonmg
Beschreibung Go plastic neutral – for free – and save money with automatic discount codes when you shop online.
Dateigröße 3.91 MB
Installationsanzahl 72
Aktuelle Version 3.1.4
Letztes Update 2022-09-17
Veröffentlichungsdatum 2020-11-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://rewards.repurpose.global
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rewards.repurpose.global
URL der Datenschutzrichtlinien-Seite https://rewards.repurpose.global/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rePurpose Rewards",
    "author": "rePurpose Rewards",
    "version": "3.1.4",
    "manifest_version": 2,
    "description": "Go plastic neutral \u2013 for free \u2013 and save money with automatic discount codes when you shop online.",
    "icons": {
        "16": "icons\/on\/on_16x16.png",
        "32": "icons\/on\/on_32x32.png",
        "48": "icons\/on\/on_48x48.png",
        "128": "icons\/on\/on_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "object-src 'self'",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "cookies",
        "alarms",
        "webRequest"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/off\/off_16x16.png",
            "32": "icons\/off\/off_32x32.png",
            "48": "icons\/off\/off_48x48.png",
            "128": "icons\/off\/off_128x128.png"
        },
        "default_title": "rePurpose Rewards",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}