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