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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See our Energy Savings Tool running on your favourite retailer and manufacturer sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youreko Energy Savings Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } |