rePurpose Rewards

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

O que é rePurpose Rewards?

rePurpose Rewards é uma extensão do Chrome desenvolvida por https://rewards.repurpose.global, e sua principal característica é "Go plastic neutral – for free – and save money with automatic discount codes when you shop online.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão rePurpose Rewards

Baixe arquivos de extensão rePurpose Rewards no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome rePurpose Rewards rePurpose Rewards
ID jmpgahjjejmpfjkkdkimlpcadiflonmg
URL Oficial https://chrome.google.com/webstore/detail/repurpose-rewards/jmpgahjjejmpfjkkdkimlpcadiflonmg
Descrição Go plastic neutral – for free – and save money with automatic discount codes when you shop online.
Tamanho do Arquivo 3.91 MB
Contagem de Instalações 72
Versão Atual 3.1.4
Última Atualização 2022-09-17
Data de Publicação 2020-11-15
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://rewards.repurpose.global
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://rewards.repurpose.global
URL da Página de Política de Privacidade https://rewards.repurpose.global/privacy
Idiomas Suportados 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"
}