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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
| URL หน้านโยบายความเป็นส่วนตัว | 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"
}
} | |