bamboo

bamboo helps you find eco-friendly clothing options while browsing your favorite fashion websites.

什么是bamboo?

bamboo是由itsbambootech开发的Chrome扩展程序,该扩展的主要功能是“bamboo helps you find eco-friendly clothing options while browsing your favorite fashion websites.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载bamboo扩展crx文件

下载bamboo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bamboo is a chrome extension which helps you find eco-friendly clothing options while you browse you favorite fashion websites. Find something you like? Let Bamboo search through 10,000 + items to find you something similar from an eco-friendly brand. 

How Bamboo works:

1. Browse as you normally would on your favorite fashion websites. The BETA currently works on five of the top visited fashion sites. (H&M, Boohoo, NastyGal, Zara, ASOS) More are being added soon.

2. When you see an item you like, click on the Bamboo icon to get recommendations of the same style of clothing from hundreds of ethical and sustainable brands. 

We search through 250+ brands and more than 10,000 + items to find products that match your style and values.

3. Click on the product you like from our recommendations and proceed to checkout. It's as easy as that!

-----  USER DATA POLICY -----

Your privacy is a big deal to us. Bamboo does NOT track or access your general Web History. Bamboo ONLY tracks users on the following five websites:

- H&M
- Zara
- NastyGal
- ASOS
- Boohoo

We can only see the item page you are on and ONLY if you click the Bamboo Icon. This is so that we can find similar looking products for you. Any data gathered through this is strictly confidential and will not be sold.

If you have any questions about our User Data Policy, please feel free to message us at [email protected].


We are currently in BETA so please let us know what we can do to make this experience even better for you!! Feel free to email [email protected] with any suggestions, criticism or advice. 

Remember to share with your friends!!!                    

扩展基本信息

名称 bamboo bamboo
ID kiaihdnhbccalndiamgnlganlaoiamho
官方URL https://chromewebstore.google.com/detail/bamboo/kiaihdnhbccalndiamgnlganlaoiamho
简介 bamboo helps you find eco-friendly clothing options while browsing your favorite fashion websites.
文件大小 759 KB
安装次数 74
当前版本 2.1.0
更新时间 2021-04-22
上架时间 2021-02-25
评分 5.00/5 共17次评分
开发者 itsbambootech
电子邮箱 [email protected]
付费类型 free
扩展官网 http://whatsbamboo.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "bamboo",
    "description": "bamboo helps you find eco-friendly clothing options while browsing your favorite fashion websites.",
    "version": "2.1.0",
    "icons": {
        "128": "img\/icon.png",
        "64": "img\/icon.png",
        "32": "img\/icon.png",
        "16": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.boohoo.com\/*",
                "https:\/\/www.nastygal.com\/*",
                "https:\/\/www2.hm.com\/*",
                "https:\/\/www.zara.com\/*",
                "https:\/\/www.asos.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/contentscript.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "audio\/notification_sound.mp3"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}