EcoAssist
Changes new tab window to one with environmental information and tips
What is EcoAssist?
EcoAssist is a Chrome extension developed by EcoAssist Team, and its main feature is "Changes new tab window to one with environmental information and tips".
Extension Screenshots
Download EcoAssist Extension CRX File
Download EcoAssist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
EcoAssist will modify your new tab page to give you important information about the environment and small ways to help solve the current environmental crisis. We’re still in the beta phase so don’t be shy and reach out to us with any feedback! You can find us at [email protected] or through the support page on our website: https://ecoassistextension.wixsite.com/launch/support
Extension Basic Information
Name | EcoAssist |
ID | cgjfebkepajcbdimffmijgccmaghlbec |
Official URL | https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec |
Description | Changes new tab window to one with environmental information and tips |
File Size | 34.91 MB |
Installation Count | 33 |
Current Version | 0.2.2 |
Last Updated | 2021-03-03 |
Publish Date | 2021-03-02 |
Rating | 5.00/5 Total 7 Ratings |
Developer | EcoAssist Team |
[email protected] | |
Payment Type | free |
Extension Website | https://ecoassistextension.wixsite.com/launch |
Help Page URL | https://ecoassistextension.wixsite.com/launch/support |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EcoAssist", "version": "0.2.2", "description": "Changes new tab window to one with environmental information and tips", "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "EcoAssist icon (version 2, attempt 4).png", "32": "EcoAssist icon (version 2, attempt 4).png", "48": "EcoAssist icon (version 2, attempt 4).png", "128": "EcoAssist icon (version 2, attempt 4).png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |