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."입니다.

확장 프로그램 스크린샷

screenshot

eco.mio | Decarbonize Business Travel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 eco.mio | Decarbonize Business Travel eco.mio | Decarbonize Business Travel
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"
    }
}