Thrdzz: Gmail conversation threads navigator

A plugin that shows threaded conversations on a timeline to help gmail users quickly find emails in any thread by date and sender

Thrdzz: Gmail conversation threads navigatorคืออะไร?

Thrdzz: Gmail conversation threads navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thrdzz.com และคุณลักษณะหลักของมันคือ "A plugin that shows threaded conversations on a timeline to help gmail users quickly find emails in any thread by date and sender"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thrdzz: Gmail conversation threads navigator

ดาวน์โหลดไฟล์ส่วนขยาย Thrdzz: Gmail conversation threads navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Thrdzz plugin makes it super easy to navigate email threads to quickly find relevant messages. This timeline based plugin helps you view any thread that has more than 3 emails in an intuitive way. Select a thread in Gmail, and the timeline loads up as an overlay which you can then use to navigate to any conversation from that particular thread. 
The timeline displays dates on which emails have been exchanged. The numbers above each date denote how many messages have been exchanged on that day. The dots on the timeline are clickable. The orange dot indicates the selected date. Clicking on the green dot will take you to the very first email in the thread.

Click on any message in the list view to see it open in the background (gmail) panel. Clicking in on the message body to then reply/forward, etc. automatically minimises the Thrdzz panel. 

Select a participant name at the top to filter and see conversations only from that user. 
Easily find attachments and additional information of when someone was added to the thread 

Thrdzz aims to make email threads the productive feature it was always meant to be. Go ahead, start using it and experience the change in the way you deal with threaded communication.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Thrdzz: Gmail conversation threads navigator Thrdzz: Gmail conversation threads navigator
ID gjchfbohkdjhapdpgmfmijlgngjcjmpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thrdzz-gmail-conversation/gjchfbohkdjhapdpgmfmijlgngjcjmpf
คำอธิบาย A plugin that shows threaded conversations on a timeline to help gmail users quickly find emails in any thread by date and sender
ขนาดไฟล์ 93.79 KB
จำนวนการติดตั้ง 373
เวอร์ชันปัจจุบัน 0.0.0.23
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2020-07-28
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://thrdzz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thrdzz.com
URL หน้าช่วยเหลือ https://www.thrdzz.com
URL หน้านโยบายความเป็นส่วนตัว https://www.thrdzz.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thrdzz: Gmail conversation threads navigator",
    "version": "0.0.0.23",
    "description": "A plugin that shows threaded conversations on a timeline to help gmail users quickly find emails in any thread by date and sender",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": {
            "16": "images\/thrdzz16.png",
            "24": "images\/thrdzz24.png",
            "32": "images\/thrdzz32.png"
        },
        "default_title": "Thrdzz: Gmail conversation threads navigator"
    },
    "icons": {
        "16": "images\/thrdzz16.png",
        "48": "images\/thrdzz48.png",
        "128": "images\/thrdzz128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "inboxsdk.js",
                "main.js"
            ]
        }
    ]
}