Canary

Protect the internet from abusive and manipulative behaviors

O que é Canary?

Canary é uma extensão do Chrome desenvolvida por https://beacontrustnetwork.com, e sua principal característica é "Protect the internet from abusive and manipulative behaviors".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Canary

Baixe arquivos de extensão Canary 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

                        One of the biggest problems with the Internet is that there are so many flaws, but nowhere to report a complaint. 

Think about how the process of reporting these pain points works now. If you have a problem with an app, a website, spam email, etc., where do you go? Are you going to file a complain with the police? They'll laugh at you. Are you going to tweet about it? Hopefully you have a solid influencer status. Are you going to email the company directly? Good luck getting to the people who make decisions. 

Now you can report here. 

Canary, an extension created by BEACON, The Better Ethics and Consumer Outcomes Network, was created to help the public police the web. From the data you report BEACON can then create public reports and those host complaints for everyone to see by leveraging its network (including Forbes, HBR, Smashing Magazine, etc) to make social responsibility a priority within the companies creating the problems.                    

Informações Básicas da Extensão

Nome Canary Canary
ID annopgoheccegneeacakjpcecdgnjooi
URL Oficial https://chromewebstore.google.com/detail/canary/annopgoheccegneeacakjpcecdgnjooi
Descrição Protect the internet from abusive and manipulative behaviors
Tamanho do Arquivo 627 KB
Contagem de Instalações 38
Versão Atual 0.0.1
Última Atualização 2019-03-10
Data de Publicação 2019-03-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://beacontrustnetwork.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.beacontrustnetwork.com
URL da Página de Ajuda https://docs.google.com/document/d/1YGcRq0c-PNsuXFhgU5M0l8-Hekr8_15oH_5_3QKxoSo/edit?usp=sharing
URL da Página de Política de Privacidade https://docs.google.com/document/d/1YGcRq0c-PNsuXFhgU5M0l8-Hekr8_15oH_5_3QKxoSo/edit?usp=sharing
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canary",
    "description": "Protect the internet from abusive and manipulative behaviors",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "canaryLogo.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "shortcut for The Goods"
        }
    }
}