Ethicli

To help you make ethical online shopping choices

Was ist Ethicli?

Ethicli ist eine Chrome-Erweiterung, die von https://ethicli.com entwickelt wurde, und ihr Hauptmerkmal ist "To help you make ethical online shopping choices".

Erweiterungsscreenshots

screenshot
screenshot

Ethicli-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ethicli-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
Offizielle URL https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
Beschreibung To help you make ethical online shopping choices
Dateigröße 850 KB
Installationsanzahl 138
Aktuelle Version 0.6.15
Letztes Update 2021-09-09
Veröffentlichungsdatum 2021-09-09
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler https://ethicli.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.ethicli.com/privacy
Unterstützte Sprachen 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
}