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."입니다.
확장 프로그램 스크린샷
Youreko Energy Savings Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | kmljihjdfoongbfopdgpgcppkcjakbap |
공식 URL | 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": [] } |