Altruisto.com
Raise money for the world's most effective charities through your everyday online shoppings with no extra costs.
Altruisto.comとは何ですか?
Altruisto.comはAltruisto.comによって開発されたChromeの拡張機能で、その主な機能は「Raise money for the world's most effective charities through your everyday online shoppings with no extra costs.」です。
拡張機能のスクリーンショット
Altruisto.com拡張機能のCRXファイルをダウンロード
Altruisto.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can start helping people in extreme poverty with no extra effort or costs. Just install an extension, and when you buy something online, people living in severe poverty will get medicines, bed nets, or financial aid. There are no extra costs for you (the charity donation is covered by our partner stores). We’ve partnered with online stores (including Ebay, Aliexpress, Etsy, Microsoft) to create a unique loyalty program. For every purchase you make in one of our partners’ stores, portion of the money goes to extremely effective, research-backed charities. That way, users can support great causes with no costs, and shops gain clients strongly incentivized to buy from them and not their competition. It works with 1000+ shops including Ebay, Barnes & Noble, Aliexpress, and Etsy. For every $4.85 raised for Against Malaria Foundation two people are protected from malaria (via bed nets) and for every $1.19 raised for Schistosomiasis Control Initiative, one child gets a year supply of medicine. Everyone wins! --- How does it work? --- When you visit one of our partners’ stores online, you will see a special button saying "start raising money". After clicking that button, you will be asked to confirm your choice, and you will then be redirected back to the store. From now on, when you buy something, Altruist receives a commission (usually 1-6%) and donates it to carefully chosen charities. The charities we've chosen to support have been recommended by GiveWell.org - an organization that does in-depth research into how well charities do what they are supposed to do and chooses the best ones. As a result, the charities we support are exceptional at improving the lives of people living in extreme poverty. Thanks to that, you don't have to spend your time verifying if the charity you want to support is good, do their job well, doesn't pay ridiculous salaries to the founders, etc. Selected charities are evidence-backed, thoroughly vetted, and underfunded. Because of all that you can be sure that the money they receive from your online shoppings is used to do as much good as possible. Also, because the charities are so efficient with their funds, every small purchase in Altruisto's partners' shops makes a real difference in someone's life.
拡張機能の基本情報
名前 | Altruisto.com |
ID | djennkbadhfcmhlbejdidgmdgnacbcmi |
公式URL | https://chromewebstore.google.com/detail/altruistocom/djennkbadhfcmhlbejdidgmdgnacbcmi |
説明 | Raise money for the world's most effective charities through your everyday online shoppings with no extra costs. |
ファイルサイズ | 1.63 MB |
インストール数 | 398 |
現在のバージョン | 3.0.6 |
最終更新日 | 2021-07-23 |
公開日 | 2020-04-27 |
評価 | 5.00/5 合計 14 レビュー |
開発者 | Altruisto.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://altruisto.com |
ヘルプページのURL | https://altruisto.com/#faq |
プライバシーポリシーページのURL | https://altruisto.com/privacy-policy |
対応言語 | de,en,fr,da,es,hr,it,pt-PT,fi,cs,ru,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.0.6", "default_locale": "en", "options_page": "options\/index.html", "browser_action": { "default_icon": "assets\/img\/icon128.png", "default_popup": "panel\/index.html" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/google.??", "*:\/\/google.??\/*", "*:\/\/google.???", "*:\/\/google.???\/*", "*:\/\/google.??.??", "*:\/\/google.??.??\/*", "*:\/\/www.google.??", "*:\/\/www.google.??\/*", "*:\/\/www.google.???", "*:\/\/www.google.???\/*", "*:\/\/www.google.??.??", "*:\/\/www.google.??.??\/*" ], "js": [ "google.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webRequest", "cookies", "alarms" ], "web_accessible_resources": [ "assets\/img\/*", "assets\/css\/*", "options\/*" ] } |