EcoAssist

Changes new tab window to one with environmental information and tips

Hvad er EcoAssist?

EcoAssist er en Chrome-udvidelse udviklet af EcoAssist Team, og dens hovedfunktion er "Changes new tab window to one with environmental information and tips".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download EcoAssist-udvidelses-CRX-fil

Download EcoAssist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn EcoAssist EcoAssist
ID cgjfebkepajcbdimffmijgccmaghlbec
Officiel URL https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec
Beskrivelse Changes new tab window to one with environmental information and tips
Filstørrelse 34.91 MB
Antal Installationer 33
Nuværende Version 0.2.2
Senest Opdateret 2021-03-03
Udgivelsesdato 2021-03-02
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler EcoAssist Team
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ecoassistextension.wixsite.com/launch
Hjælpeside-URL https://ecoassistextension.wixsite.com/launch/support
Understøttede Sprog 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'"
}