Ark2030 Rewards

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

Qu'est-ce que Ark2030 Rewards ?

Ark2030 Rewards est une extension Chrome développée par https://rewards.ark2030.org, et sa fonction principale est "Ark2030 Rewards supports ecosystem restoration projects, and saves you money with automatic discount codes when you shop online.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ark2030 Rewards

Téléchargez les fichiers d'extension Ark2030 Rewards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🌎 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/                    

Informations de Base sur l'Extension

Nom Ark2030 Rewards Ark2030 Rewards
ID cmeodggdhlbakcjpdgjljcklcbdknlao
URL Officiel https://chrome.google.com/webstore/detail/ark2030-rewards/cmeodggdhlbakcjpdgjljcklcbdknlao
Description Ark2030 Rewards supports ecosystem restoration projects, and saves you money with automatic discount codes when you shop online.
Taille du Fichier 4.56 MB
Nombre d'Installations 114
Version Actuelle 1.3.3
Dernière Mise à Jour 2023-04-27
Date de Publication 2021-07-04
Développeur https://rewards.ark2030.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rewards.ark2030.org
URL de la Page de Politique de Confidentialité https://rewards.ark2030.org/privacy
Langues Prises en Charge 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"
}