DonorsClicks

Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.

DonorsClicks란 무엇입니까?

DonorsClicks은(는) https://donorsclicks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        When you install this extension, it will add or replace Amazon Affiliate tags on any website you visit. If you make purchase from those links then affiliate commission will be paid out to DonorsClicks. 

We give 100% of all commissions directly to DonorsChoose. We want to help DonorsChoose.org reach their goal of funding $100 Millions in school projects which will help improve the tools and materials for all high poverty schools in the United States.

You can learn more by visiting http://www.donorsclicks.com                    

확장 프로그램 기본 정보

이름 DonorsClicks DonorsClicks
ID jgjjaeffddpojnlenjdmjlpklaojglam
공식 URL https://chromewebstore.google.com/detail/donorsclicks/jgjjaeffddpojnlenjdmjlpklaojglam
설명 Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.
파일 크기 311 KB
설치 횟수 24
현재 버전 0.0.2
최근 업데이트 2016-04-02
출시 날짜 2016-04-01
평점 5.00/5 총 1 개의 평점
개발자 https://donorsclicks.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DonorsClicks",
    "version": "0.0.2",
    "description": "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.",
    "author": "Scott Nixon",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/URI.min.js",
                "\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "chrome_style": false
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}