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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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