TreeClicks - Plant Trees while Shopping
An extension that plants trees for free every time you shop online at one of our 40000+ shopping partners.
TreeClicks - Plant Trees while Shopping란 무엇입니까?
TreeClicks - Plant Trees while Shopping은(는) https://treeclicks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that plants trees for free every time you shop online at one of our 40000+ shopping partners."입니다.
확장 프로그램 스크린샷
TreeClicks - Plant Trees while Shopping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TreeClicks is a 🛒 shopping extension that receives advertising fee 💰 for bringing you in as a customer and uses it for planting trees 🌲! Features: 🌐 Free Chrome plugin 🛍️ Shopping prices remain the same 🌳 We use the majority of our advertising fee to plant trees in India. Deforestation currently accounts for more that 10% of the global greenhouse gas emissions (GHG). Since e-commerce is trillion dollar economy, if everybody were to use TreeClicks, enormous amounts of forests could be planted 🌳🌲🌴. With this Chrome plugin, you're taking a small step in becoming more sustainable by letting us plant trees and support other green projects by shopping online. We can't stop you from shopping, but you can help us planting trees for free!
확장 프로그램 기본 정보
이름 | TreeClicks - Plant Trees while Shopping |
ID | obcaknmopenojgcmacjbkpdjainhaebn |
공식 URL | https://chromewebstore.google.com/detail/treeclicks-plant-trees-wh/obcaknmopenojgcmacjbkpdjainhaebn |
설명 | An extension that plants trees for free every time you shop online at one of our 40000+ shopping partners. |
파일 크기 | 78.78 KB |
설치 횟수 | 2,026 |
현재 버전 | 0.0.8.6 |
최근 업데이트 | 2022-03-07 |
출시 날짜 | 2020-06-18 |
평점 | 4.00/5 총 17 개의 평점 |
개발자 | https://treeclicks.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.treeclicks.com |
도움말 페이지 URL | https://www.treeclicks.com/contact |
개인정보 보호 정책 페이지 URL | https://www.treeclicks.com/privacy-policy |
지원되는 언어 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TreeClicks - Plant Trees while Shopping", "short_name": "TreeClicks", "version": "0.0.8.6", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/www.treeclicks.com", "icons": { "16": "icons\/logo-inactive.png", "48": "icons\/logo-active2.png", "128": "icons\/logo-active2.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "src\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "src\/backgrounds\/background.js" ], "persistent": true }, "web_accessible_resources": [ "icons\/logo-active2.png" ], "options_page": "src\/options.html", "browser_action": { "default_icon": "icons\/logo-inactive.png", "default_title": "TreeClicks", "default_popup": "src\/browser_action\/popup.html" }, "permissions": [ "notifications", "https:\/\/*\/*", "http:\/\/*\/*", "storage", "alarms" ] } |