Ark2030 Rewards

Ark2030 Rewards supports ecosystem restoration projects, and saves you money with automatic discount codes when you shop online.

Was ist Ark2030 Rewards?

Ark2030 Rewards ist eine Chrome-Erweiterung, die von https://rewards.ark2030.org entwickelt wurde, und ihr Hauptmerkmal ist "Ark2030 Rewards supports ecosystem restoration projects, and saves you money with automatic discount codes when you shop online.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ark2030 Rewards-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ark2030 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

                        🌎 LIVE SUSTAINABLY AT NO EXTRA COST 🌎

Ark2030 Rewards gets 30,000+ stores to support ecosystem restoration projects, at no extra cost, when you shop online! You can help improve our environment, for free, by using this browser extension and selecting one of our sustainability initiatives to support. 

🌎 SAVE MONEY WITH AUTOMATIC DISCOUNTS 🌎

This extension 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.

🌎 HOW IT WORKS 🌎

Just shop online as you normally would.  When you reach a partner website, you will activate Ark2030 Rewards with one click. This triggers our partner to pay us a commission if you make a purchase or complete some other action. We use that commission to fund Ark2030 Points (our sustainability rewards system) in your name.

🌎 YOUR PRIVACY IS IMPORTANT 🌎

The Ark2030 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 ENVIRONMENTAL IMPACT 🌎

By using this extension, you will be directly helping combat climate change. The money we earn from this system goes directly towards the sustainability project of your choice (see them  https://rewards.ark2030.org/projects). We retain part of the revenue to build and maintain our free tools.

If you create an Ark2030 Rewards account, and sign into your account through the extension, your activity will be recorded to your account, and you will receive email notifications of you impact.  

🌎 WHO WE ARE 🌎

Ark2030 is on a mission to reverse the climate crisis and end the destruction of Planet Earth. When you earn our Ark2030 Points, you are able to support one our great sustainability initiatives. This free browser extension helps us raise money to support our various environmental 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 Ark2030 Rewards extension and the Privacy Policy (https://rewards.ark2030.org/privacy) and Terms of Service (https://rewards.ark2030.org/terms)

🌎 FOLLOW US 🌎

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

Facebook: https://www.facebook.com/ark2030
  
Twitter: https://twitter.com/2030_ark

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

Grundlegende Informationen zur Erweiterung

Name Ark2030 Rewards Ark2030 Rewards
ID cmeodggdhlbakcjpdgjljcklcbdknlao
Offizielle URL https://chrome.google.com/webstore/detail/ark2030-rewards/cmeodggdhlbakcjpdgjljcklcbdknlao
Beschreibung Ark2030 Rewards supports ecosystem restoration projects, and saves you money with automatic discount codes when you shop online.
Dateigröße 4.56 MB
Installationsanzahl 114
Aktuelle Version 1.3.3
Letztes Update 2023-04-27
Veröffentlichungsdatum 2021-07-04
Entwickler https://rewards.ark2030.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rewards.ark2030.org
URL der Datenschutzrichtlinien-Seite https://rewards.ark2030.org/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ark2030 Rewards",
    "author": "Ark2030 Rewards",
    "version": "1.3.3",
    "manifest_version": 3,
    "description": "Ark2030 Rewards supports ecosystem restoration projects, and saves you 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": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; default-src 'self' ; connect-src 'self' https:\/\/j0iu42rti8.execute-api.us-east-1.amazonaws.com https:\/\/api.ucapture.com https:\/\/ucapture-prod-api.azurewebsites.net  https:\/\/www.google-analytics.com https:\/\/d2qd94mtxwvfwy.cloudfront.net https:\/\/d1jtwi238m4qhm.cloudfront.net https:\/\/d3tj24lx4p66me.cloudfront.net http:\/\/ucapture-assets.azureedge.net https:\/\/d2abvda1wnic.cloudfront.net ; img-src 'self' https:\/\/ucapture-assets.s3.us-east-2.amazonaws.com https:\/\/ucapture-assets.azureedge.net https:\/\/white-label-assets.s3.amazonaws.com;"
    },
    "permissions": [
        "tabs",
        "cookies",
        "alarms",
        "webRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/css\/*",
                "\/fonts\/*",
                "\/icons\/*",
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "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": "Ark2030 Rewards",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}