eco.mio | Decarbonize Business Travel
Reduce travel CO₂e & save costs by making conscious travel choices.
ما هو eco.mio | Decarbonize Business Travel؟
eco.mio | Decarbonize Business Travel هو إضافة Chrome تم تطويرها بواسطة eco.mio، والميزة الرئيسية لها هي "Reduce travel CO₂e & save costs by making conscious travel choices.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eco.mio | Decarbonize Business Travel
قم بتنزيل ملفات الامتداد eco.mio | Decarbonize Business Travel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | menphdbfkmcjlfmmdinppppgiekaoncp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/ecomio-decarbonize-busine/menphdbfkmcjlfmmdinppppgiekaoncp |
| الوصف | Reduce travel CO₂e & save costs by making conscious travel choices. |
| حجم الملف | 4.13 MB |
| عدد التثبيتات | 39,162 |
| النسخة الحالية | 1.15.0 |
| آخر تحديث | 2024-02-26 |
| تاريخ النشر | 2022-02-06 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | eco.mio |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://ecomio.com |
| عنوان صفحة سياسة الخصوصية | https://ecomio.com/privacy |
| اللغات المدعومة | 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"
}
} | |