Ethicli

To help you make ethical online shopping choices

Wat is Ethicli?

Ethicli is een Chrome-extensie ontwikkeld door https://ethicli.com, en de belangrijkste functie is "To help you make ethical online shopping choices".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ethicli

Download Ethicli-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ethicli provides you with company ethics info and ethical product alternatives to make ethical shopping easier.

We want to change the world by bringing you greater consumer power! One of the best ways to vote for what you believe in is with your dollars. Many of us can feel lost when it comes to knowing how our purchases affect others downstream, and we're here to help!                    

Basisinformatie over de Extensie

Naam Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
Officiële URL https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
Beschrijving To help you make ethical online shopping choices
Bestandsgrootte 850 KB
Aantal Installaties 138
Huidige Versie 0.6.15
Laatst Bijgewerkt 2021-09-09
Publicatiedatum 2021-09-09
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar https://ethicli.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.ethicli.com/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethicli",
    "version": "0.6.15",
    "description": "To help you make ethical online shopping choices",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "views\/popupNotShop.html",
        "default_title": "Ethicli",
        "default_icon": {
            "16": "icons\/grey-16.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/ethicli-16.png",
        "32": "icons\/ethicli-32.png",
        "48": "icons\/ethicli-48.png",
        "128": "icons\/ethicli-128.png"
    },
    "options_ui": {
        "page": "views\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}