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是由eco.mio开发的Chrome扩展程序,该扩展的主要功能是“Reduce travel CO₂e & save costs by making conscious travel choices.”。
扩展截图
下载eco.mio | Decarbonize Business Travel扩展crx文件
下载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"
}
} | |