DonorsClicks
Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.
Qu'est-ce que DonorsClicks ?
DonorsClicks est une extension Chrome développée par https://donorsclicks.com, et sa fonction principale est "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DonorsClicks
Téléchargez les fichiers d'extension DonorsClicks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | DonorsClicks |
ID | jgjjaeffddpojnlenjdmjlpklaojglam |
URL Officiel | https://chromewebstore.google.com/detail/donorsclicks/jgjjaeffddpojnlenjdmjlpklaojglam |
Description | Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose. |
Taille du Fichier | 311 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2016-04-02 |
Date de Publication | 2016-04-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://donorsclicks.com |
Type de Paiement | free |
Langues Prises en Charge | 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", "*:\/\/*\/*" ] } |