eco.mio | Decarbonize Business Travel

Reduce travel CO₂e & save costs by making conscious travel choices.

What is eco.mio | Decarbonize Business Travel?

eco.mio | Decarbonize Business Travel is a Chrome extension developed by eco.mio, and its main feature is "Reduce travel CO₂e & save costs by making conscious travel choices.".

Extension Screenshots

screenshot

Download eco.mio | Decarbonize Business Travel Extension CRX File

Download eco.mio | Decarbonize Business Travel 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

                        This extension displays rewards when visiting your online travel booking tool. While booking a business trip, you may earn rewards from your employer for choosing the cheaper and greener alternative.                    

Extension Basic Information

Name eco.mio | Decarbonize Business Travel eco.mio | Decarbonize Business Travel
ID menphdbfkmcjlfmmdinppppgiekaoncp
Official URL https://chromewebstore.google.com/detail/ecomio-decarbonize-busine/menphdbfkmcjlfmmdinppppgiekaoncp
Description Reduce travel CO₂e & save costs by making conscious travel choices.
File Size 4.13 MB
Installation Count 39,162
Current Version 1.15.0
Last Updated 2024-02-26
Publish Date 2022-02-06
Rating 5.00/5 Total 3 Ratings
Developer eco.mio
Email [email protected]
Payment Type free
Extension Website https://ecomio.com
Privacy Policy Page URL https://ecomio.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eco.mio | Decarbonize Business Travel",
    "description": "Reduce travel CO\u2082e & save costs by making conscious travel choices.",
    "version": "1.15.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icons\/favicon.ico",
        "default_title": "eco.mio | Decarbonize Business Travel"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/app\/*.png",
                "images\/app\/*.svg",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.cytric.net\/*",
                "*:\/\/*.concursolutions.com\/*",
                "*:\/\/*.bahn.de\/*",
                "*:\/\/*.egencia.de\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cytric.net\/*",
                "*:\/\/*.concursolutions.com\/*",
                "*:\/\/*.bahn.de\/*",
                "*:\/\/*.egencia.de\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "icons": {
        "16": "images\/icons\/ecomio16.png",
        "32": "images\/icons\/ecomio32.png",
        "48": "images\/icons\/ecomio48.png",
        "128": "images\/icons\/ecomio128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}