Youreko Energy Savings Tool

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

Youreko Energy Savings Tool là gì?

Youreko Energy Savings Tool là một tiện ích mở rộng Chrome được phát triển bởi www.youreko.com, và tính năng chính của nó là "See our Energy Savings Tool running on your favourite retailer and manufacturer sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youreko Energy Savings Tool

Tải xuống các tệp mở rộng Youreko Energy Savings Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youreko Energy Savings Tool Youreko Energy Savings Tool
ID kmljihjdfoongbfopdgpgcppkcjakbap
URL Chính Thức https://chromewebstore.google.com/detail/youreko-energy-savings-to/kmljihjdfoongbfopdgpgcppkcjakbap
Mô tả See our Energy Savings Tool running on your favourite retailer and manufacturer sites.
Kích Thước Tệp 50.81 KB
Số Lần Cài Đặt 759
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-09-13
Ngày Phát Hành 2020-01-28
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển www.youreko.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.youreko.com/en-gb?_escaped_fragment_=/information/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
}