Energy Cash Browser Extension
Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web
Qu'est-ce que Energy Cash Browser Extension ?
Energy Cash Browser Extension est une extension Chrome développée par energy cash browser exstention, et sa fonction principale est "Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Energy Cash Browser Extension
Téléchargez les fichiers d'extension Energy Cash Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Utility token with multiple benefits Environmental change is one of the greatest difficulties of today: temperatures are rising, and we are progressively looked with flighty precipitation, flooding and outrageous dry spell. These occasions result in fizzled harvests, sustenance deficiencies, and harm to our environments. Environmental change influences every one of us, however individuals in creating nations are substantially more defenseless against its outcomes. To keep the temperature-ascend beneath 2 degrees, we should make a move now. Energy Cash token is a utility token that serves as a priority access to renewable energy projects. Energy Cash is a blockchain platform that lessens your Carbon Footprint by investing in renewable projects. You can earn Energy Cash tokens by becoming a member from our platform. The Energy Cash token holders benefit from investments made in the various renewable energy projects and reducing there carbon offsets. The difference with other carbon offset projects is that energy cash will make very transparent choices in which renewable energy projects will be invested because whe use smartcontracts in the blockchain.
Informations de Base sur l'Extension
Nom | |
ID | hnnicmicjakceceikiebahkkgphkfokj |
URL Officiel | https://chrome.google.com/webstore/detail/energy-cash-browser-exten/hnnicmicjakceceikiebahkkgphkfokj |
Description | Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web |
Taille du Fichier | 54.08 KB |
Nombre d'Installations | 73 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2019-05-08 |
Date de Publication | 2019-05-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | energy cash browser exstention |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://energycash.xyz/energy-cash-browser-extension/ |
URL de la Page d'Aide | https://energycash.xyz/faq/ |
URL de la Page de Politique de Confidentialité | https://energycash.xyz/contact-us/privacy-policy-2 |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Energy Cash Browser Extension", "description": "Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web", "version": "1.2.2", "icons": { "128": "icon_128.png.png" }, "browser_action": { "default_icon": "icon.png.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |