askBelynda | Sustainable Shopping

Sustainable shopping made simple with askBelynda. Choose ethical products on Amazon and make a positive impact with every purchase.

askBelynda | Sustainable Shoppingคืออะไร?

askBelynda | Sustainable Shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.askbelynda.com และคุณลักษณะหลักของมันคือ "Sustainable shopping made simple with askBelynda. Choose ethical products on Amazon and make a positive impact with every purchase."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย askBelynda | Sustainable Shopping

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

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

                        Feeling anxious about the environmental impact of your purchases? Let askBelynda help. Our extension makes sustainable shopping simple. We do the hard work of researching and evaluating companies and their products so you don't have to. From materials and packaging, to social and environmental values, we take into consideration all the important factors that make a product truly sustainable. 

When you search for products on Amazon.com, our extension will pop up with trusted, sustainable alternatives in the categories of Household, Personal Care, and Clothing. We are constantly expanding our offerings, so you can have a wider selection of eco-friendly products to choose from. 
Currently, our extension operates on Amazon.com in the U.S. 

Make a positive impact on the planet and simplify your shopping experience with askBeynda. Start supporting sustainable brands and a better future today!                    

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

ชื่อ askBelynda | Sustainable Shopping askBelynda | Sustainable Shopping
ID pcmbjnfbjkeieekkahdfgchcbjfhhgdi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/askbelynda-sustainable-sh/pcmbjnfbjkeieekkahdfgchcbjfhhgdi
คำอธิบาย Sustainable shopping made simple with askBelynda. Choose ethical products on Amazon and make a positive impact with every purchase.
ขนาดไฟล์ 634 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 2.4.2.8
อัปเดตครั้งล่าสุด 2023-07-07
วันที่เผยแพร่ 2021-04-05
คะแนน 5.00/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://www.askbelynda.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.askbelynda.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/62273e98-393b-4448-ba19-0f0784704167
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "askBelynda | Sustainable Shopping",
    "version": "2.4.2.8",
    "description": "Sustainable shopping made simple with askBelynda. Choose ethical products on Amazon and make a positive impact with every purchase.",
    "icons": {
        "16": "assets\/Icon_Final File-16x16.png",
        "48": "assets\/Icon_Final File-48x48.png",
        "128": "assets\/Icon_Final File-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeContent"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/Icon Files_final-01.png",
            "24": "assets\/Icon Files_final-02.png",
            "32": "assets\/Icon Files_final-03.png"
        },
        "default_title": "askBelynda",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "http:\/\/*.amazon.ca\/*"
            ],
            "js": [
                "content-scripts\/v-controller.js",
                "content-scripts\/components-vue.js"
            ],
            "css": [
                "styles\/v-askBLargestyle.css",
                "styles\/v-askBLargeinfostyle.css",
                "styles\/form-style.css",
                "content-scripts\/components-vue.84ae7ba8.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*.woff",
                "assets\/fonts\/*.woff2",
                "assets\/BelyndaHead7_85.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/assets\/BelyndaHead7_85.8069b490.png",
                "\/assets\/tourX-hover.8698778e.png"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "http:\/\/*.amazon.ca\/*"
            ]
        }
    ]
}