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」です。
拡張機能のスクリーンショット
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) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |