Miigle+
Automatically discover social good, eco and vegan-friendly brands when shopping online.
Miigle+란 무엇입니까?
Miigle+은(는) https://miigle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically discover social good, eco and vegan-friendly brands when shopping online."입니다.
확장 프로그램 스크린샷
Miigle+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you love or want to shop from sustainable or ethical brands? The Miigle+ chrome browser extension automatically recommends you social good, ethical and sustainable brands for the products you’re shopping online. Whether you’re using a search engine (Google, Yahoo and Bing), shopping on Amazon, other online retailers or directly on a brand’s website, simply click on the Miigle+ Chrome extension icon to see a list of social good brands with the products you’re shopping for. Click on each listed brand to read their social or ecological impact as well as a catalog of their products (coming soon). Discover over 450 brands worldwide from popular ones like Patagonia, TOMS, 100% Pure to rising stars like Nisolo, Apolis and many more, across products ranging from Clothing and Kids to Beauty and Home. Join us in turning consumerism into a force for social good and supporting brands that make this world a better place. Help us spread the word and feel free to contact us at [email protected] if you have any questions. We support and serve anyone worldwide with a Chrome browser and an Internet connection. ---------------------------------------------------------------- By using this add-on, you agree to the Miigle+ Terms & Conditions available at http://www.miigle.com/terms
확장 프로그램 기본 정보
이름 | Miigle+ |
ID | gcecljemibcfdfmkheegndapbjjfealp |
공식 URL | https://chromewebstore.google.com/detail/miigle+/gcecljemibcfdfmkheegndapbjjfealp |
설명 | Automatically discover social good, eco and vegan-friendly brands when shopping online. |
파일 크기 | 1.77 MB |
설치 횟수 | 155 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2022-05-19 |
출시 날짜 | 2017-09-10 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://miigle.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.miigle.com |
도움말 페이지 URL | https://miigle.com/contact/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Miigle+", "description": "Automatically discover social good, eco and vegan-friendly brands when shopping online.", "version": "2.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "jquery-3.6.0.min.js", "content-script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "64": "images\/toolbar-icon\/toolbar-icon=inactive, number=Default.png", "128": "images\/toolbar-icon\/toolbar-icon=inactive, number=Default.png" } }, "icons": { "64": "\/images\/miigle--64.png", "128": "\/images\/miigle--128.png" }, "permissions": [ "tabs", "activeTab", "storage" ], "host_permissions": [ "*:\/\/miigle.com\/", "*:\/\/*\/*" ] } |