rePurpose Rewards

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

什麼是rePurpose Rewards?

rePurpose Rewards是由https://rewards.repurpose.global開發的Chrome擴展程式,該擴展的主要功能是“Go plastic neutral – for free – and save money with automatic discount codes when you shop online.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載rePurpose Rewards擴展crx文件

下載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
官方網址 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"
}