Walk2Help

Change the world by walking and support your favourite charity causes by telling the world that you care.

O que é Walk2Help?

Walk2Help é uma extensão do Chrome desenvolvida por walk2help, e sua principal característica é "Change the world by walking and support your favourite charity causes by telling the world that you care.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Walk2Help

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

                        Change the world by walking and support your favourite charity causes by telling the world that you care.

Walk2Help measures the distance you’ve walked and converts it into virtual points. You can use these points to help a charity cause complete its target. Once the required points are collected the sponsor will fulfill the promised donation.

For example, a cause for donation of 100 textbooks to a school is to walk 800 kilometers. Once all users together walk this distance, the cause sponsor pays the amount required to purchase textbooks.

Besides helping to charities, you learn about your contribution to the environment. Walk2Help estimates the saved amount of carbon dioxide that would be separated into the atmosphere while driving instead of walking.

The result is an ideal win-win situation ‒ while walking for health, you protect the nature and people in need, companies on the other hand receive effective and powerful advertising on the Internet. Thanks to Walk2Help, walking now matters.                    

Informações Básicas da Extensão

Nome Walk2Help Walk2Help
ID kjcmndjpeedecckgpjmeifedigmcejlj
URL Oficial https://chrome.google.com/webstore/detail/walk2help/kjcmndjpeedecckgpjmeifedigmcejlj
Descrição Change the world by walking and support your favourite charity causes by telling the world that you care.
Tamanho do Arquivo 106 KB
Contagem de Instalações 18
Versão Atual 1.1
Última Atualização 2013-03-18
Data de Publicação 2013-03-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor walk2help
Tipo de Pagamento free
Site da Extensão http://www.walk2help.com
URL da Página de Ajuda http://www.walk2help.com/faq
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walk2Help",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "description": "Change the world by walking and support your favourite charity causes by telling the world that you care.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_48.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "http:\/\/app.walk2help.com\/"
    ]
}