eco.mio | Decarbonize Business Travel
Reduce travel CO₂e & save costs by making conscious travel choices.
Vad är eco.mio | Decarbonize Business Travel?
eco.mio | Decarbonize Business Travel är en Chrome-tillägg utvecklad av eco.mio, och dess huvudfunktion är "Reduce travel CO₂e & save costs by making conscious travel choices.".
Tilläggsskärmbilder
Ladda ner eco.mio | Decarbonize Business Travel-förlängningens CRX-fil
Ladda ner eco.mio | Decarbonize Business Travel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | eco.mio | Decarbonize Business Travel |
ID | menphdbfkmcjlfmmdinppppgiekaoncp |
Officiell webbadress | https://chromewebstore.google.com/detail/ecomio-decarbonize-busine/menphdbfkmcjlfmmdinppppgiekaoncp |
Beskrivning | Reduce travel CO₂e & save costs by making conscious travel choices. |
Filstorlek | 4.13 MB |
Antal Installationer | 39,162 |
Aktuell Version | 1.15.0 |
Senast Uppdaterad | 2024-02-26 |
Publiceringsdatum | 2022-02-06 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | eco.mio |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ecomio.com |
URL till Sekretesspolicy Sidan | https://ecomio.com/privacy |
Stödda Språk | 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" } } |