EcoAssist

Changes new tab window to one with environmental information and tips

Co to jest EcoAssist?

EcoAssist to rozszerzenie Chrome opracowane przez EcoAssist Team, a jego główną funkcją jest „Changes new tab window to one with environmental information and tips”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EcoAssist

Pobierz pliki rozszerzeń EcoAssist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        EcoAssist will modify your new tab page to give you important information about the environment and small ways to help solve the current environmental crisis.

We’re still in the beta phase so don’t be shy and reach out to us with any feedback! You can find us at [email protected] or through the support page on our website: https://ecoassistextension.wixsite.com/launch/support                    

Podstawowe informacje o rozszerzeniu

Nazwa EcoAssist EcoAssist
ID cgjfebkepajcbdimffmijgccmaghlbec
Oficjalny URL https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec
Opis Changes new tab window to one with environmental information and tips
Rozmiar pliku 34.91 MB
Liczba instalacji 33
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2021-03-03
Data Publikacji 2021-03-02
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper EcoAssist Team
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ecoassistextension.wixsite.com/launch
Adres URL Strony Pomocy https://ecoassistextension.wixsite.com/launch/support
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EcoAssist",
    "version": "0.2.2",
    "description": "Changes new tab window to one with environmental information and tips",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "EcoAssist icon (version 2, attempt 4).png",
        "32": "EcoAssist icon (version 2, attempt 4).png",
        "48": "EcoAssist icon (version 2, attempt 4).png",
        "128": "EcoAssist icon (version 2, attempt 4).png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}