DonorsClicks
Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.
DonorsClicksคืออะไร?
DonorsClicks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://donorsclicks.com และคุณลักษณะหลักของมันคือ "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DonorsClicks
ดาวน์โหลดไฟล์ส่วนขยาย DonorsClicks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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", "*:\/\/*\/*" ] } |