Youreko Energy Savings Tool

See our Energy Savings Tool running on your favourite retailer and manufacturer sites.

O que é Youreko Energy Savings Tool?

Youreko Energy Savings Tool é uma extensão do Chrome desenvolvida por www.youreko.com, e sua principal característica é "See our Energy Savings Tool running on your favourite retailer and manufacturer sites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youreko Energy Savings Tool

Baixe arquivos de extensão Youreko Energy Savings Tool 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

                        Our innovative tool provides energy insights, showing energy costs and savings for appliances as well as alternatives that save on energy costs.

When you browse washing machines on the following sites in the UK, you will see our widget added to the page providing information about energy costs and savings for each product: ao.com, Appliances Direct, Beko, Crampton & Moore, Currys, Gorenje, Haier, Hoover, Hotpoint, Hughes, Indesit, LG, Samsung, Simply Electricals, Whirlpool.

If you would like us to add support for another site please get in touch: [email protected].                    

Informações Básicas da Extensão

Nome Youreko Energy Savings Tool Youreko Energy Savings Tool
ID kmljihjdfoongbfopdgpgcppkcjakbap
URL Oficial https://chromewebstore.google.com/detail/youreko-energy-savings-to/kmljihjdfoongbfopdgpgcppkcjakbap
Descrição See our Energy Savings Tool running on your favourite retailer and manufacturer sites.
Tamanho do Arquivo 50.81 KB
Contagem de Instalações 759
Versão Atual 2.0
Última Atualização 2020-09-13
Data de Publicação 2020-01-28
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor www.youreko.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.youreko.com/en-gb?_escaped_fragment_=/information/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Youreko Energy Savings Tool",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "See our Energy Savings Tool running on your favourite retailer and manufacturer sites.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.youreko.com",
    "version": "2.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": []
}