WeImpactCarbon Ext

Analyse Internet usage carbon footprint

Cos'è WeImpactCarbon Ext?

WeImpactCarbon Ext è un'estensione di Chrome sviluppata da weimpactcarbon, e la sua funzione principale è "Analyse Internet usage carbon footprint".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WeImpactCarbon Ext

Scarica i file di estensione WeImpactCarbon Ext 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

                        WeCarbonImpact was created to facilitate the perception of the carbon footprint of your internet navigation
but also, if you wish, a team / company to compare your statistics between you and your colleagues

RGPD
WeCarbonImpact does not collect any personal data and preserves your anonymity when you register.



Update 0.1.3
Change logo
Resolve Disconnect Bug

Update 0.1.0
Track internet consumption
Visualize the consumption
Show your Group / Team stats                    

Informazioni di Base sull'Estensione

Nome WeImpactCarbon Ext WeImpactCarbon Ext
ID mkopigaglldpfgpjiommdoodnabdndhd
URL Ufficiale https://chromewebstore.google.com/detail/weimpactcarbon-ext/mkopigaglldpfgpjiommdoodnabdndhd
Descrizione Analyse Internet usage carbon footprint
Dimensione del File 32.2 KB
Conteggio Installazioni 45
Versione Corrente 0.1.5
Ultimo Aggiornamento 2023-11-23
Data di Pubblicazione 2022-04-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore weimpactcarbon
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://weimpactcarbon-dev.wizardstech.io/cgu
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WeImpactCarbon Ext",
    "version": "0.1.5",
    "description": "Analyse Internet usage carbon footprint",
    "action": {
        "default_icon": {
            "48": "public\/icons\/icon-48.png",
            "128": "public\/icons\/icon-128.png"
        },
        "default_title": "WeImpactCarbon",
        "default_popup": "public\/popups\/popup.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/weimpactcarbon.wizardstech.io\/\/*"
            ],
            "js": [
                "src\/import-detector.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "src\/detector.js"
            ],
            "matches": [
                "https:\/\/weimpactcarbon.wizardstech.io\/*",
                "*:\/\/*\/*"
            ]
        }
    ]
}