eco.mio | Decarbonize Business Travel
Reduce travel CO₂e & save costs by making conscious travel choices.
eco.mio | Decarbonize Business Travel là gì?
eco.mio | Decarbonize Business Travel là một tiện ích mở rộng Chrome được phát triển bởi eco.mio, và tính năng chính của nó là "Reduce travel CO₂e & save costs by making conscious travel choices.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng eco.mio | Decarbonize Business Travel
Tải xuống các tệp mở rộng eco.mio | Decarbonize Business Travel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | eco.mio | Decarbonize Business Travel |
ID | menphdbfkmcjlfmmdinppppgiekaoncp |
URL Chính Thức | https://chromewebstore.google.com/detail/ecomio-decarbonize-busine/menphdbfkmcjlfmmdinppppgiekaoncp |
Mô tả | Reduce travel CO₂e & save costs by making conscious travel choices. |
Kích Thước Tệp | 4.13 MB |
Số Lần Cài Đặt | 39,162 |
Phiên Bản Hiện Tại | 1.15.0 |
Cập Nhật Lần Cuối | 2024-02-26 |
Ngày Phát Hành | 2022-02-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | eco.mio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ecomio.com |
URL Trang Chính Sách Bảo Mật | https://ecomio.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |