recom
Shop sustainable alternatives with just one click
recom란 무엇입니까?
recom은(는) notifynatik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop sustainable alternatives with just one click"입니다.
확장 프로그램 스크린샷
recom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convenient browser extension that searches for used furniture alternatives on second hand marketplaces with just a click 1. Add recom to your browser for FREE 2. Browse websites like ikea.com, wayfair.com, and structube.com as usual 3. recom will automatically pop-up on supported websites to help you reuse 4. With just one click you can find used alternatives on Marketplace and Craigslist 👆 ❌ You no longer have manually open and query on second hand markets. ♻ We aim to eliminate the barriers users face when buying used products by automatically prompting and helping people reuse instead of buying. ⏸ Pause before you buy - making an impact is easy with recom, a study* shows that reusing a sofa saves up to 55kg CO₂-eq. Visit joinrecom.com for more information * Learn more at wrap.org.uk/sites/default/files/2020-09/WRAP-Domestic%20Furniture%20chapter_final.pdf
확장 프로그램 기본 정보
이름 | recom |
ID | ijfmnjnjjjdipondhoaojajhppfbcmfp |
공식 URL | https://chromewebstore.google.com/detail/recom/ijfmnjnjjjdipondhoaojajhppfbcmfp |
설명 | Shop sustainable alternatives with just one click |
파일 크기 | 76.42 KB |
설치 횟수 | 41 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-12-22 |
출시 날짜 | 2021-12-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | notifynatik |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://recom-8c541e.webflow.io/contact |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "recom", "version": "1.1", "description": "Shop sustainable alternatives with just one click", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "Recom (3).png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.ikea.com\/ca\/en\/p\/*", "https:\/\/www.wayfair.com\/*", "https:\/\/www.ikea.com\/us\/en\/p\/*", "https:\/\/www.structube.com\/en_ca\/*" ], "js": [ "content-script.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "64": "Recom(wonb).png" }, "web_accessible_resources": [ { "resources": [ "Recom.png", "Recom(wonb).png", "close.svg" ], "matches": [ " |