Sift - secondhand made easy

Sift is a browser extension that helps you find secondhand alternatives within a click

What is Sift - secondhand made easy?

Sift - secondhand made easy is a Chrome extension developed by jz, and its main feature is "Sift is a browser extension that helps you find secondhand alternatives within a click".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Sift - secondhand made easy Extension CRX File

Download Sift - secondhand made easy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Designed to seamlessly integrate with your online shopping experience, Sift effortlessly finds secondhand alternatives for any item with just a click. Whether you're browsing for the latest fashion or vintage styles, Sift offers a sustainable and cost-effective shopping journey.

Why Choose Sift for Your Shopping Adventure?

🔧Effortless Integration: Sift works with a wide array of online retailers and shopping platforms. From popular fashion sites to niche online stores, Sift connects you to a world of secondhand treasures without leaving your current webpage.
👕Instant Secondhand Alternatives: With Sift, discovering secondhand options is as easy as clicking a button. As you shop, Sift instantly curates a list of similar styles available secondhand from all across the web, offering you variety, affordability, and eco-friendly choices.
🌲Sustainable and Economical: By choosing secondhand alternatives through Sift, you’re not only saving money but also contributing to a more sustainable world by giving pre-loved items a new life.

Getting Started with Sift is Easy!

1. Add Sift to Your Browser: Click "Add to Chrome" or your preferred browser's equivalent.
2. Browse as Usual: Shop on your favorite online retail sites.
3. Discover with a Click: Use Sift to instantly find secondhand alternatives for the items you're viewing.
4. Explore and Save: Enjoy a variety of options, save money, and make environmentally friendly choices.

Learn More and Contribute:

If you encounter any issues or have feedback, reach out to us at [email protected] 

Join the Sift Community

Be part of a growing community committed to sustainable fashion. We are a team of student engineers and since our launch in November 2023, hundreds of users have already made the switch to smarter, eco-friendlier shopping with Sift. Add the Sift extension to your browser today and transform your shopping experience!

Follow our journey on Instagram: @letsift (https://instagram.com/letsift)                    

Extension Basic Information

Name Sift - secondhand made easy Sift - secondhand made easy
ID fpeijchmbpojcbfacclaebekkeidmell
Official URL https://chromewebstore.google.com/detail/sift-secondhand-made-easy/fpeijchmbpojcbfacclaebekkeidmell
Description Sift is a browser extension that helps you find secondhand alternatives within a click
File Size 403 KB
Installation Count 531
Current Version 0.22
Last Updated 2024-01-28
Publish Date 2023-05-18
Rating 5.00/5 Total 10 Ratings
Developer jz
Email [email protected]
Payment Type free
Extension Website https://www.letsift.com
Privacy Policy Page URL https://www.letsift.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sift - secondhand made easy",
    "manifest_version": 3,
    "version": "0.22",
    "description": "Sift is a browser extension that helps you find secondhand alternatives within a click",
    "icons": {
        "128": "images\/logo.png"
    },
    "action": [],
    "background": {
        "service_worker": "\/scripts\/service-worker.js",
        "type": "module"
    },
    "commands": {
        "trigger_shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "Toggle On\/Off Sift Object Detection"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                ".\/scripts\/font.css",
                ".\/assets\/index-26892b02.css"
            ],
            "js": [
                ".\/assets\/index-b7fbe758.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAju1b9qTZDHsGLtQg\/3nblXKBJlwbI2EB+x08AWCkhN6CPosSE1T1JLwko2oUpBVeb0uUHZ4+QWNMCHmRBOi28XZaR0HBH884pZ8scDlN\/N9uKAnbblyH8zCJSNAM0ZfbsGz6\/IvQg4+xNH8YiqiBiZC7OV8iznlP6FyMWGDsQFEfrr5YG2z5ejM8m9oLXFrJJ8uwOQTywoNbUWqatOT1PH\/BeLBN7a5OerRPE3CLuVyw6LVqidyTZBY5ucaZgPZ\/K+WjX9NFGZNVe\/f8Z1FoqSvD4A5TICWVZJd5n1dOC4\/WCFSv4oLDLwOx6e+4FW9sqg5oQ2AhNkjgoJK6o6a8IQIDAQAB",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.letsift.com\/*"
        ]
    }
}