Good on You
Ethical shopping helper
Good on You란 무엇입니까?
Good on You은(는) Good On You에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ethical shopping helper"입니다.
확장 프로그램 스크린샷
Good on You 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Detects brands on any site & displays a trusted rating in your browser. Get on with shopping & buy without harm! Wherever you shop online, Good On You’s ethical helper automatically detects the brands you’re browsing and lets you know if they’re doing enough to avoid harm to the environment, communities and animals. Features: • Works on any website: online stores, blogs, product review sites • Hundreds of brands rated in Fashion • Click through to learn more about a brand’s performance • Free and easy to install • The simplest way to include better choices into your everyday shopping habits Brought to you by the people who make ethical choices easier, Good On You. Note: The Chrome webstore displays a standard warning whenever someone installs an extension. While we appreciate that Google warns users about how extensions work, the Good On You extension will never track or store any of your browsing, nor will it change anything on websites you visit.
확장 프로그램 기본 정보
이름 | |
ID | fdoihgiadpagkoikohmhbeafcboldacc |
공식 URL | https://chrome.google.com/webstore/detail/good-on-you/fdoihgiadpagkoikohmhbeafcboldacc |
설명 | Ethical shopping helper |
파일 크기 | 101 KB |
설치 횟수 | 319 |
현재 버전 | 1.1.0.1 |
최근 업데이트 | 2015-11-05 |
출시 날짜 | 2015-11-05 |
평점 | 4.80/5 총 20 개의 평점 |
개발자 | Good On You |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://goodonyou.eco/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Good on You", "description": "Ethical shopping helper", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.1.0.1", "background": { "scripts": [ "event.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.facebook.com https:\/\/ssl.google-analytics.com ; object-src 'self'", "devtools_page": "devtools.html" } |