EcoAssist

Changes new tab window to one with environmental information and tips

Qu'est-ce que EcoAssist ?

EcoAssist est une extension Chrome développée par EcoAssist Team, et sa fonction principale est "Changes new tab window to one with environmental information and tips".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EcoAssist

Téléchargez les fichiers d'extension EcoAssist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom EcoAssist EcoAssist
ID cgjfebkepajcbdimffmijgccmaghlbec
URL Officiel https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec
Description Changes new tab window to one with environmental information and tips
Taille du Fichier 34.91 MB
Nombre d'Installations 33
Version Actuelle 0.2.2
Dernière Mise à Jour 2021-03-03
Date de Publication 2021-03-02
Évaluation 5.00/5 Total 7 Évaluations
Développeur EcoAssist Team
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ecoassistextension.wixsite.com/launch
URL de la Page d'Aide https://ecoassistextension.wixsite.com/launch/support
Langues Prises en Charge 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'"
}