DonorsClicks

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

Was ist DonorsClicks?

DonorsClicks ist eine Chrome-Erweiterung, die von https://donorsclicks.com entwickelt wurde, und ihr Hauptmerkmal ist "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.".

Erweiterungsscreenshots

screenshot

DonorsClicks-Erweiterungs-CRX-Datei herunterladen

Laden Sie DonorsClicks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name DonorsClicks DonorsClicks
ID jgjjaeffddpojnlenjdmjlpklaojglam
Offizielle URL https://chromewebstore.google.com/detail/donorsclicks/jgjjaeffddpojnlenjdmjlpklaojglam
Beschreibung Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.
Dateigröße 311 KB
Installationsanzahl 24
Aktuelle Version 0.0.2
Letztes Update 2016-04-02
Veröffentlichungsdatum 2016-04-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://donorsclicks.com
Zahlungsart free
Unterstützte Sprachen 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",
        "*:\/\/*\/*"
    ]
}