myTrestle Button
Discover the values of your favorite brands
myTrestle Button क्या है?
myTrestle Button https://mytrestle.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover the values of your favorite brands"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में myTrestle Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NEW FEATURE: COVID-19 Override - Now you can support and buy from your local small business with the convenience of Amazon What is the myTrestle button? We at Trestle have researched hundreds of companies and how they operate. Now you can instantly see the most important ethical practices of a company when you shop online! As you visit a company’s website, or a product on Amazon, the myTrestle Button will automatically show you a compatibility score and the ethical practices they do well. With the myTrestle button, you can instantly see how a company practices in: ∙ Environment ∙ Labor ∙ Animal treatment ∙ Giving back ∙ Small & Medium business ∙ Transparency Do you want to shop cruelty-free? support fair labor practices? Only from companies who use environmentally-friendly practices? Let the Trestle button be your tool in learning exactly what kind of values you’re supporting when you buy something! We want to see a world where everyone shops according to their most important values!
एक्सटेंशन की मूल जानकारी
नाम | myTrestle Button |
ID | ilbgeihhbjaehjedemfkdgahgflmladn |
आधिकारिक URL | https://chromewebstore.google.com/detail/mytrestle-button/ilbgeihhbjaehjedemfkdgahgflmladn |
विवरण | Discover the values of your favorite brands |
फ़ाइल का आकार | 479 KB |
स्थापना संख्या | 627 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2020-04-21 |
प्रकाशन तिथि | 2020-04-19 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://mytrestle.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.mytrestle.com |
सहायता पृष्ठ URL | https://www.mytrestle.com/faq/ |
गोपनीयता नीति पृष्ठ URL | https://www.mytrestle.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "myTrestle Button", "version": "1.3.2", "description": "Discover the values of your favorite brands", "manifest_version": 2, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "run_at": "document_start", "match_about_blank": false, "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "assets\/css\/fonts.css" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/purple-16.png", "48": "icons\/purple-48.png", "128": "icons\/purple-128.png" }, "browser_action": { "default_icon": { "19": "icons\/inactive-19.png", "38": "icons\/inactive-38.png" }, "default_title": "Trestle" }, "web_accessible_resources": [ "assets\/css\/fonts.css" ], "minimum_chrome_version": "27" } |