Treevity

Save forests and save money.

¿Qué es Treevity?

Treevity es una extensión de Chrome desarrollada por https://www.treevity.com, y su función principal es "Save forests and save money.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Treevity

Descarga archivos de extensión Treevity en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Treevity Treevity
ID gfeefogjeifgedbbfclkchkjpppoijbk
URL Oficial https://chromewebstore.google.com/detail/treevity/gfeefogjeifgedbbfclkchkjpppoijbk
Descripción Save forests and save money.
Tamaño del Archivo 2.15 MB
Cantidad de Instalaciones 31
Versión Actual 0.1.0 beta
Última Actualización 2022-08-23
Fecha de Publicación 2022-08-23
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.treevity.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}