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"
}