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 |
| 官方網址 | 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"
}
} | |