Ethicli

To help you make ethical online shopping choices

O que é Ethicli?

Ethicli é uma extensão do Chrome desenvolvida por https://ethicli.com, e sua principal característica é "To help you make ethical online shopping choices".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ethicli

Baixe arquivos de extensão Ethicli no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
URL Oficial https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
Descrição To help you make ethical online shopping choices
Tamanho do Arquivo 850 KB
Contagem de Instalações 138
Versão Atual 0.6.15
Última Atualização 2021-09-09
Data de Publicação 2021-09-09
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor https://ethicli.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.ethicli.com/privacy
Idiomas Suportados 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
}