eco.mio | Decarbonize Business Travel
Reduce travel CO₂e & save costs by making conscious travel choices.
Co to jest eco.mio | Decarbonize Business Travel?
eco.mio | Decarbonize Business Travel to rozszerzenie Chrome opracowane przez eco.mio, a jego główną funkcją jest „Reduce travel CO₂e & save costs by making conscious travel choices.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia eco.mio | Decarbonize Business Travel
Pobierz pliki rozszerzeń eco.mio | Decarbonize Business Travel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | menphdbfkmcjlfmmdinppppgiekaoncp |
| Oficjalny URL | https://chromewebstore.google.com/detail/ecomio-decarbonize-busine/menphdbfkmcjlfmmdinppppgiekaoncp |
| Opis | Reduce travel CO₂e & save costs by making conscious travel choices. |
| Rozmiar pliku | 4.13 MB |
| Liczba instalacji | 39,162 |
| Aktualna Wersja | 1.15.0 |
| Ostatnia Aktualizacja | 2024-02-26 |
| Data Publikacji | 2022-02-06 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | eco.mio |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://ecomio.com |
| Adres URL Strony Polityki Prywatności | https://ecomio.com/privacy |
| Obsługiwane Języki | 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"
}
} | |