Ethicli

To help you make ethical online shopping choices

Τι είναι το Ethicli;

Το Ethicli είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ethicli.com, και η κύρια λειτουργία του είναι "To help you make ethical online shopping choices".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ethicli

Λήψη αρχείων επέκτασης Ethicli σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
Επίσημο URL https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
Περιγραφή To help you make ethical online shopping choices
Μέγεθος Αρχείου 850 KB
Αριθμός Εγκαταστάσεων 138
Τρέχουσα Έκδοση 0.6.15
Τελευταία Ενημέρωση 2021-09-09
Ημερομηνία Δημοσίευσης 2021-09-09
Αξιολόγηση 4.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://ethicli.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.ethicli.com/privacy
Υποστηριζόμενες Γλώσσες 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
}