Ethicli

To help you make ethical online shopping choices

Ethicliคืออะไร?

Ethicli เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ethicli.com และคุณลักษณะหลักของมันคือ "To help you make ethical online shopping choices"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethicli

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

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

                        Ethicli provides you with company ethics info and ethical product alternatives to make ethical shopping easier.

We want to change the world by bringing you greater consumer power! One of the best ways to vote for what you believe in is with your dollars. Many of us can feel lost when it comes to knowing how our purchases affect others downstream, and we're here to help!                    

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

ชื่อ Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
คำอธิบาย To help you make ethical online shopping choices
ขนาดไฟล์ 850 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 0.6.15
อัปเดตครั้งล่าสุด 2021-09-09
วันที่เผยแพร่ 2021-09-09
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://ethicli.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.ethicli.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethicli",
    "version": "0.6.15",
    "description": "To help you make ethical online shopping choices",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "views\/popupNotShop.html",
        "default_title": "Ethicli",
        "default_icon": {
            "16": "icons\/grey-16.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/ethicli-16.png",
        "32": "icons\/ethicli-32.png",
        "48": "icons\/ethicli-48.png",
        "128": "icons\/ethicli-128.png"
    },
    "options_ui": {
        "page": "views\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}