Youreko Energy Savings Tool

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

什麼是Youreko Energy Savings Tool?

Youreko Energy Savings Tool是由www.youreko.com開發的Chrome擴展程式,該擴展的主要功能是“See our Energy Savings Tool running on your favourite retailer and manufacturer sites.”。

擴展截圖

screenshot

下載Youreko Energy Savings Tool擴展crx文件

下載Youreko Energy Savings Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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].                    

擴展基本資訊

名稱 Youreko Energy Savings Tool Youreko Energy Savings Tool
ID kmljihjdfoongbfopdgpgcppkcjakbap
官方網址 https://chromewebstore.google.com/detail/youreko-energy-savings-to/kmljihjdfoongbfopdgpgcppkcjakbap
簡介 See our Energy Savings Tool running on your favourite retailer and manufacturer sites.
檔案大小 50.81 KB
安裝次數 759
目前版本 2.0
更新時間 2020-09-13
上架時間 2020-01-28
評分 4.50/5 共 2 次評分
開發者 www.youreko.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.youreko.com/en-gb?_escaped_fragment_=/information/privacy
支援的語言 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": []
}