Boldly
Boldy, the intelligent browser extension, makes it easy to shop with your values and be heard
什么是Boldly?
Boldly是由http://myboldly.com开发的Chrome扩展程序,该扩展的主要功能是“Boldy, the intelligent browser extension, makes it easy to shop with your values and be heard”。
扩展截图
下载Boldly扩展crx文件
下载Boldly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | agfnkjiahdagpfcdfmemabhdoihejfno |
官方URL | https://chrome.google.com/webstore/detail/boldly/agfnkjiahdagpfcdfmemabhdoihejfno |
简介 | Boldy, the intelligent browser extension, makes it easy to shop with your values and be heard |
文件大小 | 1.02 MB |
安装次数 | 41 |
当前版本 | 2.2.0 |
更新时间 | 2020-01-26 |
上架时间 | 2020-01-26 |
评分 | 5.00/5 共1次评分 |
开发者 | http://myboldly.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://myboldly.com |
帮助页面URL | https://myboldly.com/how |
隐私政策页面URL | https://myboldly.com/terms |
支持的语言 | 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'" } |