Treevity

Save forests and save money.

Treevity क्या है?

Treevity https://www.treevity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save forests and save money."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Treevity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Treevity is an extension that saves money and trees while shopping online at Treevity partner stores.

How does it work?
* Download and install Treevity’s free browser extension to Chrome.
* Get deals and discounts on many brands.
* Discover great sustainable brands.
* Plant trees & protect the planet with every purchase. 

Why is it free?
When you shop via our partner stores with our browser extension enabled, Treevity receives a fee for bringing you in as a customer. We use that fee to fund our operations, provide IT support for your free browser extension and protect the planet.

Effortlessly make an impact:
Treevity’s mission is to empower people shopping online to effortlessly grow and protect forests from the comfort of their home.                    

एक्सटेंशन की मूल जानकारी

नाम Treevity Treevity
ID gfeefogjeifgedbbfclkchkjpppoijbk
आधिकारिक URL https://chromewebstore.google.com/detail/treevity/gfeefogjeifgedbbfclkchkjpppoijbk
विवरण Save forests and save money.
फ़ाइल का आकार 2.15 MB
स्थापना संख्या 31
वर्तमान संस्करण 0.1.0 beta
अंतिम अपडेट 2022-08-23
प्रकाशन तिथि 2022-08-23
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.treevity.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Treevity",
    "description": "Save forests and save money.",
    "version": "0.1.0",
    "version_name": "0.1.0 beta",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/icon.png",
        "48": "\/icons\/icon.png",
        "128": "\/icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "exclude_globs": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "js": [
                ".\/static\/js\/content-google.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "\/icons\/icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bar-iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}