Sift - secondhand made easy

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

什么是Sift - secondhand made easy?

Sift - secondhand made easy是由jz开发的Chrome扩展程序,该扩展的主要功能是“Sift is a browser extension that helps you find secondhand alternatives within a click”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Sift - secondhand made easy扩展crx文件

下载Sift - secondhand made easy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Sift - secondhand made easy Sift - secondhand made easy
ID fpeijchmbpojcbfacclaebekkeidmell
官方URL https://chromewebstore.google.com/detail/sift-secondhand-made-easy/fpeijchmbpojcbfacclaebekkeidmell
简介 Sift is a browser extension that helps you find secondhand alternatives within a click
文件大小 403 KB
安装次数 531
当前版本 0.22
更新时间 2024-01-28
上架时间 2023-05-18
评分 5.00/5 共10次评分
开发者 jz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.letsift.com
隐私政策页面URL https://www.letsift.com/privacy-policy
支持的语言 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\/*"
        ]
    }
}