Sift — Minimalist LinkedIn Feed & Blocker
Follow creators, see their posts in a separate feed. Block the default feed. Choose scrolling time & get reports on scrolled time.
Sift — Minimalist LinkedIn Feed & Blockerคืออะไร?
Sift — Minimalist LinkedIn Feed & Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getsift.so และคุณลักษณะหลักของมันคือ "Follow creators, see their posts in a separate feed. Block the default feed. Choose scrolling time & get reports on scrolled time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sift — Minimalist LinkedIn Feed & Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Sift — Minimalist LinkedIn Feed & Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
——————————————————————— Sift completely transforms the way you consume content from LinkedIn, allowing you to save time, grow your audience, and build meaningful relations. We currently offer 3 main features: 1. A separate, minimalist, feed that allows you to view creators’ posts outside of LinkedIn. 2. A feed blocker, that allows you to control how much time you scroll on the normal LinkedIn feed: you can unblock it for a specific time, and receive reports about the time you've scrolled. 3. Email Digests, to receive daily or weekly summaries of the posts from creators you follow on Sift. 🔘 Benefits 1. Don’t spend hours on LinkedIn to find interesting content. 2. Remove any distractions by using a simpler feed. 3. Never miss the latest content from your favorite creators by subscribing to email digests. 4. Get back control of your time: choose how much time you will spend scrolling on the normal feed. 🔘 Usage 1. Use the extension to follow your favorite creators on LinkedIn and see their posts in our feed. You won't have any social distractions, and you'll be able to focus only on the content of the people you followed. You can also choose to receive your “feed” by email. 2. With Sift, you can engage with any content in one click. You'll be redirected to the actual post on LinkedIn to react to or comment on the post. 3. You can also keep an eye on the activity of your clients, leads or competitors. 4. You can use the normal feed at any time, but now, you’re in control: choose how many minutes you’ll scroll, before starting. 🔘 Features - Click on the "Follow" button from any LinkedIn profile (the button is added by the extension). - See on Sift (app.getsift.so) the posts from people you followed. - Subscribe to email digests from the app. - Block/unblock the normal feed from LinkedIn, and choose your “scrolling time”. 🔘 Need help? - Contact the developer if you have any questions. 🔘 Privacy - To use this extension you'll need to sign in to Sift. - Sift will use your LinkedIn session to get the posts from the people you follow.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sift — Minimalist LinkedIn Feed & Blocker |
ID | oafaeeinehbbceaonkplogpfilkhkdbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sift-%E2%80%94-minimalist-linkedi/oafaeeinehbbceaonkplogpfilkhkdbl |
คำอธิบาย | Follow creators, see their posts in a separate feed. Block the default feed. Choose scrolling time & get reports on scrolled time. |
ขนาดไฟล์ | 330 KB |
จำนวนการติดตั้ง | 375 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2023-12-15 |
วันที่เผยแพร่ | 2023-03-23 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://getsift.so |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getsift.so |
URL หน้าช่วยเหลือ | https://getsift.so |
URL หน้านโยบายความเป็นส่วนตัว | https://getsift.so/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sift \u2014 Minimalist LinkedIn Feed & Blocker", "version": "1.4.3", "description": "Follow creators, see their posts in a separate feed. Block the default feed. Choose scrolling time & get reports on scrolled time.", "action": { "default_popup": "index.html" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "https:\/\/app.getsift.so\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/www.sift.scheduled.so\/*" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/app.getsift.so" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "content.js" ], "css": [ "tailwind.min.css", "styles.css" ] } ], "externally_connectable": { "matches": [ "https:\/\/app.getsift.so\/*" ] } } |