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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://treeclicks.com และคุณลักษณะหลักของมันคือ "An extension that plants trees for free every time you shop online at one of our 40000+ shopping partners."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TreeClicks - Plant Trees while Shopping

ดาวน์โหลดไฟล์ส่วนขยาย TreeClicks - Plant Trees while Shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}