Melio — Climate-friendly made easy

The easiest way to start making better choices for the planet.

Melio — Climate-friendly made easyคืออะไร?

Melio — Climate-friendly made easy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://melio.group และคุณลักษณะหลักของมันคือ "The easiest way to start making better choices for the planet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Melio — Climate-friendly made easy

ดาวน์โหลดไฟล์ส่วนขยาย Melio — Climate-friendly made easy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Climate change can feel overwhelming. Ever wonder what you can actually do to help?

Melio makes it easy for anybody to make better, more impactful sustainability decisions - in a way that holds companies accountable.

We automatically recommend the products and companies that are trying to do better, making it easy for you make more eco-friendly decisions. Because companies listen when you do better with your purchases.

Backed by science, personalized for you.
Across 16M products, 2M brands, and any website.

Wherever you go online: shopping on Amazon, buying a flight, visiting a website, anything - we make it easy and guilt-free to do better when it comes to global warming.

Built for anyone who wants to make more of an impact on climate change, as well as for their friends and family who they wish were doing better.

Do better, feel better, and send clear messages to the companies who can make better happen.

And help us get better! Help us test, and help us improve our data. We're just getting started - climate change is too big without community support! 

Currently in alpha testing on Amazon (US), Google Flights, over 1000 company websites, and across the millions of webpages that link to products we've analyzed.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Melio — Climate-friendly made easy Melio — Climate-friendly made easy
ID afadddehopcmencmfjjnnkoeokncmdmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/melio-%E2%80%94-climate-friendly/afadddehopcmencmfjjnnkoeokncmdmf
คำอธิบาย The easiest way to start making better choices for the planet.
ขนาดไฟล์ 3.2 MB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 0.7.6
อัปเดตครั้งล่าสุด 2021-07-15
วันที่เผยแพร่ 2021-04-13
คะแนน 5.00/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://melio.group
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.melio.group
URL หน้าช่วยเหลือ https://www.melio.group
URL หน้านโยบายความเป็นส่วนตัว https://www.melio.group/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Melio Group, Inc.",
    "default_locale": "en",
    "version": "0.7.6",
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "lib\/hot-reload.js",
            "js\/background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "js\/content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "toggle-show-raw-scores": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "MacCtrl+Shift+Z"
            },
            "description": "Toggle show raw scores"
        },
        "kayak-enabled": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            },
            "description": "Enable Kayak parser"
        },
        "alternative-recommendations-enabled": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Enable alternative recommendations"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/1-leaf-16.png",
        "18": "images\/1-leaf-18.png",
        "32": "images\/1-leaf-32.png",
        "48": "images\/1-leaf-48.png",
        "64": "images\/1-leaf-64.png",
        "96": "images\/1-leaf-96.png",
        "128": "images\/1-leaf-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "16": "images\/browserAction\/116.png",
            "24": "images\/browserAction\/124.png",
            "32": "images\/browserAction\/132.png"
        }
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}