GiveHearts: Raise Money for a Cause for Free

Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.

GiveHearts: Raise Money for a Cause for Free란 무엇입니까?

GiveHearts: Raise Money for a Cause for Free은(는) http://givehearts.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GiveHearts: Raise Money for a Cause for Free 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GiveHearts.org allows you to support your favorite charity, non-profit, church, school, cause, etc just by browsing the internet.  

You can choose your favorite charity from our list, or suggest a new one for us to add - We're always looking for good causes!

GiveHearts.org is able to generate money for these charities by replacing your browser's blank "new tab" page with one that contains a beautiful background, a clock, local weather, and 2-3 ads along the bottom.  These ads generate money which we then donate to the cause(s) that you choose to support.  You can automatically give to the same cause every month, or donate your earnings, we call them "Hearts", to different causes.

We think this is an awesome way for just about anyone to give to a worthy cause and hope you'll like it too.  Our extension is easy to try and easy to remove if you find it's not for you.  Join GiveHearts and support your cause - Download the extension now!

Learn more at https://givehearts.org/

Privacy and Security

We take your privacy and security very seriously.  So, we've made the GiveHearts extension as simple as possible.  We don't ask for any browser permissions aside from being able to set what's on a new tab (no storage permissions, no active tab permission, etc).  We don't collect any information about you aside from your email if you choose to sign in.  We've even made GiveHearts so it can work pretty much just as well even if you choose to never sign in.  For users who choose to not sign in, the only thing we know about you is the random number we assign to you when you first start and which charity you want to give to.

The new tab page GiveHearts creates contains ads that help us raise money for the charity you choose to support. These ads are delivered by our advertising partners. These partners may collect anonymized data about you in order to show you ads you'll be interested in.  However, we also go to great lengths to limit the ad partners with which we work to ensure that only the organizations with the highest data privacy and security standards are allowed onto the GiveHearts tab.

You can learn more about our privacy policty  at https://givehearts.org/privacy/                    

확장 프로그램 기본 정보

이름 GiveHearts: Raise Money for a Cause for Free GiveHearts: Raise Money for a Cause for Free
ID ponhflelieknmhpebjakdhofmbgoifcn
공식 URL https://chrome.google.com/webstore/detail/givehearts-raise-money-fo/ponhflelieknmhpebjakdhofmbgoifcn
설명 Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.
파일 크기 105 KB
설치 횟수 102
현재 버전 1.01
최근 업데이트 2018-12-13
출시 날짜 2018-12-13
평점 4.00/5 총 2 개의 평점
개발자 http://givehearts.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://givehearts.org
도움말 페이지 URL https://givehearts.org/f-a-q/
개인정보 보호 정책 페이지 URL https://givehearts.org/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "iframe.html"
    },
    "manifest_version": 2,
    "description": "Raise money for charity as you browse the web!  GiveHearts raises money for non-profits for free every time you use your browser.",
    "icons": {
        "16": ".\/img\/GiveHearts - Square 16x16.png",
        "57": ".\/img\/GiveHearts - Square 57x57.png",
        "72": ".\/img\/GiveHearts - Square 72x72.png",
        "114": ".\/img\/GiveHearts - Square 114x114.png",
        "128": ".\/img\/GiveHearts - Square 128x128.png",
        "144": ".\/img\/GiveHearts - Square 144x144.png"
    },
    "name": "GiveHearts: Raise Money for a Cause for Free",
    "short_name": "GiveHearts",
    "background": {
        "scripts": [
            "ext-background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.01"
}