Treevity

Save forests and save money.

Wat is Treevity?

Treevity is een Chrome-extensie ontwikkeld door https://www.treevity.com, en de belangrijkste functie is "Save forests and save money.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Treevity

Download Treevity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Treevity Treevity
ID gfeefogjeifgedbbfclkchkjpppoijbk
Officiële URL https://chromewebstore.google.com/detail/treevity/gfeefogjeifgedbbfclkchkjpppoijbk
Beschrijving Save forests and save money.
Bestandsgrootte 2.15 MB
Aantal Installaties 31
Huidige Versie 0.1.0 beta
Laatst Bijgewerkt 2022-08-23
Publicatiedatum 2022-08-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.treevity.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}