rePurpose Rewards

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

Τι είναι το rePurpose Rewards;

Το rePurpose Rewards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rewards.repurpose.global, και η κύρια λειτουργία του είναι "Go plastic neutral – for free – and save money with automatic discount codes when you shop online.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης rePurpose Rewards

Λήψη αρχείων επέκτασης rePurpose Rewards σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα rePurpose Rewards rePurpose Rewards
ID jmpgahjjejmpfjkkdkimlpcadiflonmg
Επίσημο URL https://chrome.google.com/webstore/detail/repurpose-rewards/jmpgahjjejmpfjkkdkimlpcadiflonmg
Περιγραφή Go plastic neutral – for free – and save money with automatic discount codes when you shop online.
Μέγεθος Αρχείου 3.91 MB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 3.1.4
Τελευταία Ενημέρωση 2022-09-17
Ημερομηνία Δημοσίευσης 2020-11-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://rewards.repurpose.global
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rewards.repurpose.global
URL της Σελίδας Πολιτικής Απορρήτου https://rewards.repurpose.global/privacy
Υποστηριζόμενες Γλώσσες 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"
}