Energy Cash Browser Extension
Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web
Energy Cash Browser Extension란 무엇입니까?
Energy Cash Browser Extension은(는) energy cash browser exstention에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web"입니다.
확장 프로그램 스크린샷
Energy Cash Browser Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | hnnicmicjakceceikiebahkkgphkfokj |
공식 URL | https://chrome.google.com/webstore/detail/energy-cash-browser-exten/hnnicmicjakceceikiebahkkgphkfokj |
설명 | Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web |
파일 크기 | 54.08 KB |
설치 횟수 | 73 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2019-05-08 |
출시 날짜 | 2019-05-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | energy cash browser exstention |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://energycash.xyz/energy-cash-browser-extension/ |
도움말 페이지 URL | https://energycash.xyz/faq/ |
개인정보 보호 정책 페이지 URL | https://energycash.xyz/contact-us/privacy-policy-2 |
지원되는 언어 | 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" ] } |