Goodbuy
Shows rating and ethical scores of companies
Goodbuy क्या है?
Goodbuy http://goodbuy.eco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows rating and ethical scores of companies"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Goodbuy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
We provide you with a browser extension that rates the product manufacturer you're about to purchase from on a range of Ethical/Sustainability bulletpoints. - The rating score is calculated by our algorithm, along with 4 simplified criterias that allow you to pay extra attention to the cause you care about the most. - We will keep adding new stores and product types to our database to provide you with a completely ethical shopping experience - The extension only shows up when you're on a website we rated. If you want us to rate your favorite store, don't hesitate to request it!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mlconhbgdpghegfbihmjjdegplbolooi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/goodbuy/mlconhbgdpghegfbihmjjdegplbolooi |
विवरण | Shows rating and ethical scores of companies |
फ़ाइल का आकार | 368 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-04-29 |
प्रकाशन तिथि | 2020-04-29 |
डेवलपर | http://goodbuy.eco |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://goodbuy.eco/ |
सहायता पृष्ठ URL | https://goodbuy.eco/contact-us/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodbuy", "version": "0.0.1", "description": "Shows rating and ethical scores of companies", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "webNavigation", "https:\/\/dev.goodbuy.eco\/data\/db\/db.csv" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*", "fonts\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.nike.com\/*", "https:\/\/www.adidas.com\/*", "https:\/\/www.hm.com\/*", "https:\/\/www.zara.com\/*", "https:\/\/www.uniqlo.com\/*", "https:\/\/www.levi.com\/*", "https:\/\/www.underarmour.com\/*", "https:\/\/www.primark.com\/*", "https:\/\/www.victoriassecret.com\/*", "https:\/\/www.ralphlauren.com\/*", "https:\/\/us.puma.com\/*", "https:\/\/www.gap.com\/*", "https:\/\/www.asos.com\/*", "https:\/\/www.pullandbear.com\/*", "https:\/\/www.forever21.com\/*", "https:\/\/www.marksandspencer.com\/*", "https:\/\/www.patagonia.com\/*" ], "css": [ "lib\/animate.min.css", "content.css", "lib\/loading-bar.min.css" ], "js": [ "lib\/jquery.min.js", "lib\/jquery-ui.min.js", "lib\/loading-bar.min.js", "content.js" ], "run_at": "document_end" } ] } |