Left Unread

Show only unread conversations on Facebook, Messenger and Twitter

Left Unread란 무엇입니까?

Left Unread은(는) Hugo Hamel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show only unread conversations on Facebook, Messenger and Twitter"입니다.

확장 프로그램 스크린샷

screenshot

Left Unread 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you find yourself overwhelmed with countless messages and struggling to stay on top of all your unread conversations?

Do you wish you could easily find your unread conversations in your inbox?

Are you missing on opportunities because a conversation slipped at the bottom of your inbox?

If so, then here's the good news: Left Unread is a free Chrome extension that filters your inbox and displays only the conversations that haven't been read, putting them at the top of your inbox. You no longer have to worry about missing out on important messages.

As someone who relies on daily Facebook, Messenger, or Twitter conversations to engage with prospects or subscribers that enjoy freebies, you know how overwhelming inbound messages can be. With Left Unread, you'll quickly and effortlessly catch up on important messages without the distractions of old or irrelevant conversations.

It's the perfect time-saving extension for entrepreneurs, founders, creators or even sales representatives who rely on DM conversations. 

With just one click, Left Unread can transform your relationship with inbound messages, giving you a sense of relief knowing that you can easily find unread conversations.

Whether you chat with your prospects using DMs or subscribe to lots of freebies, it'll transform your relationship with inbound messages and keep you on top of your inbox.

So don't waste any more time sifting through countless messages.

Try Left Unread today and take control of your inbox. 
It's free and requires no payment.                    

확장 프로그램 기본 정보

이름 Left Unread Left Unread
ID iochhhcjmlledicfnkjalagdhfcipmla
공식 URL https://chromewebstore.google.com/detail/left-unread/iochhhcjmlledicfnkjalagdhfcipmla
설명 Show only unread conversations on Facebook, Messenger and Twitter
파일 크기 23.47 KB
설치 횟수 38
현재 버전 1.1
최근 업데이트 2023-03-23
출시 날짜 2023-03-13
평점 3.50/5 총 2 개의 평점
개발자 Hugo Hamel
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://leftunread.top
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Left Unread",
    "version": "1.1",
    "description": "Show only unread conversations on Facebook, Messenger and Twitter",
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "48": "assets\/img\/icon-48.png",
        "128": "assets\/img\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Left Unread"
    }
}