eco.mio | Decarbonize Business Travel
Reduce travel CO₂e & save costs by making conscious travel choices.
Wat is eco.mio | Decarbonize Business Travel?
eco.mio | Decarbonize Business Travel is een Chrome-extensie ontwikkeld door eco.mio, en de belangrijkste functie is "Reduce travel CO₂e & save costs by making conscious travel choices.".
Extensie Screenshots
Download het CRX-bestand van de extensie eco.mio | Decarbonize Business Travel
Download eco.mio | Decarbonize Business Travel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | eco.mio | Decarbonize Business Travel |
ID | menphdbfkmcjlfmmdinppppgiekaoncp |
Officiële URL | https://chromewebstore.google.com/detail/ecomio-decarbonize-busine/menphdbfkmcjlfmmdinppppgiekaoncp |
Beschrijving | Reduce travel CO₂e & save costs by making conscious travel choices. |
Bestandsgrootte | 4.13 MB |
Aantal Installaties | 39,162 |
Huidige Versie | 1.15.0 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2022-02-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | eco.mio |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ecomio.com |
URL van de Privacybeleid Pagina | https://ecomio.com/privacy |
Ondersteunde Talen | 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" } } |