EcoAssist

Changes new tab window to one with environmental information and tips

Cos'è EcoAssist?

EcoAssist è un'estensione di Chrome sviluppata da EcoAssist Team, e la sua funzione principale è "Changes new tab window to one with environmental information and tips".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EcoAssist

Scarica i file di estensione EcoAssist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome EcoAssist EcoAssist
ID cgjfebkepajcbdimffmijgccmaghlbec
URL Ufficiale https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec
Descrizione Changes new tab window to one with environmental information and tips
Dimensione del File 34.91 MB
Conteggio Installazioni 33
Versione Corrente 0.2.2
Ultimo Aggiornamento 2021-03-03
Data di Pubblicazione 2021-03-02
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore EcoAssist Team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ecoassistextension.wixsite.com/launch
URL della Pagina di Aiuto https://ecoassistextension.wixsite.com/launch/support
Lingue Supportate 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'"
}