recom

Shop sustainable alternatives with just one click

recomคืออะไร?

recom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย notifynatik และคุณลักษณะหลักของมันคือ "Shop sustainable alternatives with just one click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย recom

ดาวน์โหลดไฟล์ส่วนขยาย recom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}