Treevity

Save forests and save money.

Vad är Treevity?

Treevity är en Chrome-tillägg utvecklad av https://www.treevity.com, och dess huvudfunktion är "Save forests and save money.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Treevity-förlängningens CRX-fil

Ladda ner Treevity-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Treevity Treevity
ID gfeefogjeifgedbbfclkchkjpppoijbk
Officiell webbadress https://chromewebstore.google.com/detail/treevity/gfeefogjeifgedbbfclkchkjpppoijbk
Beskrivning Save forests and save money.
Filstorlek 2.15 MB
Antal Installationer 31
Aktuell Version 0.1.0 beta
Senast Uppdaterad 2022-08-23
Publiceringsdatum 2022-08-23
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.treevity.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}