Boldly

Boldy, the intelligent browser extension, makes it easy to shop with your values and be heard

Boldly là gì?

Boldly là một tiện ích mở rộng Chrome được phát triển bởi http://myboldly.com, và tính năng chính của nó là "Boldy, the intelligent browser extension, makes it easy to shop with your values and be heard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boldly

Tải xuống các tệp mở rộng Boldly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Join the movement to hold big companies accountable for: 
 
* Environmental policies
* Gender equality and equal pay
* Diversity and inclusion
* Parent-friendly policies
* LGBTQ+ rights
* Ethical supply chains
* Animal rights
 
The Boldly extension rates companies on priorities you specify in your profile and guides you on your shopping journey to a better world.  

The extension lives in your browser, empowering your choices when you shop online.
 
Find out about companies’ social and environmental policies and tell them what you expect if they fall short.
 
With many voices, they will listen, so spread the word and help us build the boldly movement for change: www.myboldly.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Boldly Boldly
ID agfnkjiahdagpfcdfmemabhdoihejfno
URL Chính Thức https://chrome.google.com/webstore/detail/boldly/agfnkjiahdagpfcdfmemabhdoihejfno
Mô tả Boldy, the intelligent browser extension, makes it easy to shop with your values and be heard
Kích Thước Tệp 1.02 MB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2020-01-26
Ngày Phát Hành 2020-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://myboldly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://myboldly.com
URL Trang Trợ Giúp https://myboldly.com/how
URL Trang Chính Sách Bảo Mật https://myboldly.com/terms
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Boldly",
    "short_name": "Boldly",
    "version": "2.2.0",
    "description": "Boldy, the intelligent browser extension, makes it easy to shop with your values and be heard",
    "author": "myboldly.com",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "\/pages\/options\/index.html"
    },
    "browser_action": {
        "default_icon": "\/img\/logo_grey_16.png"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/lib\/url.min.js",
            "\/lib\/webx.js",
            "\/js\/background\/modules\/version_upgrade_module.js",
            "\/js\/background\/modules\/api_manager.js",
            "\/js\/background\/modules\/auth_manager.js",
            "\/js\/background\/modules\/browser_action_manager.js",
            "\/js\/background\/modules\/main_background_module.js",
            "\/js\/background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/myboldly.com\/*"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/webx.js",
                "\/js\/content_scripts\/main\/modules\/store_detection_module.js",
                "\/js\/content_scripts\/main\/modules\/injected_compoment_module.js",
                "\/js\/content_scripts\/main\/modules\/content_script_controller.js",
                "\/js\/content_scripts\/main\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/myboldly.com\/*"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/webx.js",
                "\/js\/content_scripts\/web_app.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com; object-src 'self'"
}