Ark2030 Rewards

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

什么是Ark2030 Rewards?

Ark2030 Rewards是由https://rewards.ark2030.org开发的Chrome扩展程序,该扩展的主要功能是“Ark2030 Rewards supports ecosystem restoration projects, and saves you money with automatic discount codes when you shop online.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Ark2030 Rewards扩展crx文件

下载Ark2030 Rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Ark2030 Rewards Ark2030 Rewards
ID cmeodggdhlbakcjpdgjljcklcbdknlao
官方URL https://chrome.google.com/webstore/detail/ark2030-rewards/cmeodggdhlbakcjpdgjljcklcbdknlao
简介 Ark2030 Rewards supports ecosystem restoration projects, and saves you money with automatic discount codes when you shop online.
文件大小 4.56 MB
安装次数 114
当前版本 1.3.3
更新时间 2023-04-27
上架时间 2021-07-04
开发者 https://rewards.ark2030.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rewards.ark2030.org
隐私政策页面URL https://rewards.ark2030.org/privacy
支持的语言 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"
}