Acorns Earn

Earn money for your future automatically!

Acorns Earn란 무엇입니까?

Acorns Earn은(는) https://acorns.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn money for your future automatically!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Acorns Earn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Invest in your future with the Acorns Earn Chrome Extension:

The Acorns Earn Chrome Extension allows you to earn money from over 15,000 brands that invest in your future, automatically! Just activate an offer through our extension, and our partners will automatically invest in your Acorns Invest investment account. 

It’s this easy to earn money as you shop online:

1. Add the Acorns Earn Chrome Extension, and log in with your Acorns account credentials
2. As you browse, look for an alert to activate your Acorns Earn offer at over 15,000 brands
3. Activate offers to earn bonus investments before you check out

Top brands like Old Navy, Sam's Club, Sephora, Walmart and thousands of other brands will invest in your Acorns Invest account if you shop with them! Simply search and browse offers in the Acorns Earn Chrome Extension to find brands. 

To date, our customers have received over $35 million from Earn partners!

Don’t have an Acorns account yet? No problem. It’s fast and easy to set one up right through the Acorns Earn Chrome Extension, or you can download Acorns now on iOS or Android, easily and save and invest every day.

By installing the Acorns Earn Chrome Extension, you agree to the Acorns Terms and Conditions (https://www.acorns.com/terms/) and Privacy Policy (https://www.acorns.com/privacy/). 

Please note that Earn offers found on our extension and in app may differ in the reward amount. Additionally, offers found on our extension may not be available in the app and vice versa.

The Acorns app and Acorns website are operated by Acorns Advisers, LLC, an SEC Registered Investment Advisor. Brokerage services are provided to clients of Acorns by Acorns Securities, an SEC registered broker-dealer and member FINRA/SIPC. Investments are not FDIC insured and may lose value. Investing involves risk and investments may lose value. Please consider your objectives and Acorns pricing before investing. Past performance does not guarantee future results. Investment outcomes and projections are hypothetical in nature. Limited time offer. Rewards are in the form of a purchase of investments in your Acorns portfolio. Acorns reserves the right to restrict or revoke any offer at any time. "Acorns" and "Invest the Change" are registered trademarks of Acorns Grow Incorporated. Copyright © 2020 Acorns and its affiliates. If you choose to activate an offer by clicking the drop down, you will be redirected to the partner's site, which may add cookies to your browser.                    

확장 프로그램 기본 정보

이름 Acorns Earn Acorns Earn
ID facncfnojagdpibmijfjdmhkklabakgd
공식 URL https://chromewebstore.google.com/detail/acorns-earn/facncfnojagdpibmijfjdmhkklabakgd
설명 Earn money for your future automatically!
파일 크기 1.81 MB
설치 횟수 121,680
현재 버전 3.2.6
최근 업데이트 2024-01-02
출시 날짜 2020-03-02
평점 4.35/5 총 1663 개의 평점
개발자 https://acorns.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://acorns.com/chrome-extension
도움말 페이지 URL https://www.acorns.com/support/contact/?contact_reason=found_money_extension
개인정보 보호 정책 페이지 URL https://www.acorns.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.2.6",
    "name": "Acorns Earn",
    "short_name": "Acorns FM",
    "incognito": "not_allowed",
    "description": "Earn money for your future automatically!",
    "icons": {
        "16": "assets\/icons\/active-16.png",
        "19": "assets\/icons\/active-19.png",
        "38": "assets\/icons\/active-38.png",
        "48": "assets\/icons\/active-48.png",
        "128": "assets\/icons\/active-128.png",
        "256": "assets\/icons\/active-256.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/inactive-16.png",
            "19": "assets\/icons\/inactive-19.png",
            "38": "assets\/icons\/inactive-38.png",
            "48": "assets\/icons\/inactive-48.png",
            "128": "assets\/icons\/inactive-128.png"
        },
        "default_title": "Acorns Earn"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "oauth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}