myTrestle Button
Discover the values of your favorite brands
myTrestle Button란 무엇입니까?
myTrestle Button은(는) https://mytrestle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover the values of your favorite brands"입니다.
확장 프로그램 스크린샷
myTrestle Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |