Treevity

Save forests and save money.

Что такое Treevity?

Treevity - это расширение Chrome, разработанное https://www.treevity.com, и его основная функция - "Save forests and save money.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Treevity

Скачайте файлы расширений Treevity в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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