Search for a Cause

Raise money for charity every time you search.

Search for a Cause란 무엇입니까?

Search for a Cause은(는) https://tab.gladly.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raise money for charity every time you search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Search for a Cause 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By harnessing your searches, you can plant trees, remove plastic from the ocean, send emergency aid, provide healthcare, and much more!

This extension sets your search engine to Search for a Cause so you can have a positive impact every time you search. Like other search engines, we make money from ads, but rather than take all the ad money as profit, we use that money to support amazing nonprofits.

People like you have raised over 1.5 million dollars for charity just by surfing the web. Join them by adding the extension now.

Learn more at https://search.gladly.io/help/

Your Privacy Matters

Search for a Cause is committed to protecting your privacy and using your data responsibly. We save information relevant to your profile on Search for a Cause (such as number of searches made),  but we do not store your search queries. The search results and ads are provided by our search partner, which may collect anonymized data to show relevant ads and improve the search experience.

For more info, check out our privacy policy at:
https://search.gladly.io/privacy/

Search for a Cause is built with love by Gladly (makers of Tab for a Cause). We believe it should be easy and free to have a positive impact on the world and hope you’ll start making a difference today.                    

확장 프로그램 기본 정보

이름 Search for a Cause Search for a Cause
ID eeiiknnphladbapfamiamfimnnnodife
공식 URL https://chromewebstore.google.com/detail/search-for-a-cause/eeiiknnphladbapfamiamfimnnnodife
설명 Raise money for charity every time you search.
파일 크기 10.52 KB
설치 횟수 25,780
현재 버전 0.8
최근 업데이트 2022-08-19
출시 날짜 2020-04-22
평점 3.73/5 총 89 개의 평점
개발자 https://tab.gladly.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://search.gladly.io
도움말 페이지 URL https://search.gladly.io/help/
개인정보 보호 정책 페이지 URL https://tab.gladly.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search for a Cause",
    "description": "Raise money for charity every time you search.",
    "version": "0.8",
    "action": {
        "default_icon": {
            "16": ".\/img\/logo16.png",
            "32": ".\/img\/logo32.png",
            "48": ".\/img\/logo48.png",
            "128": ".\/img\/logo128.png"
        },
        "default_title": "Search for a Cause"
    },
    "icons": {
        "16": ".\/img\/logo16.png",
        "32": ".\/img\/logo32.png",
        "48": ".\/img\/logo48.png",
        "128": ".\/img\/logo128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search for a Cause",
            "keyword": "SFAC",
            "search_url": "https:\/\/tab.gladly.io\/search?q={searchTerms}&src=chrome",
            "favicon_url": "https:\/\/tab.gladly.io\/search\/search-favicon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "permissions": [],
    "manifest_version": 3
}