Thread Master

Extends Google Chat Threads with extra features

Thread Master क्या है?

Thread Master threadmaster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends Google Chat Threads with extra features"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thread Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Thread master allows naming & renaming individual threads in google chat. The names are shared among all participants of the threaded room and changing a name should be visible to all those who also use this add-on. Additionally, displays links to all loaded threads in said room on the right side with a separate scroll bar to scroll through a large list of threads in selected room. Clicking on any of them will scroll to said thread.
UPDATE: Added support for new google chat displayed through mail.google.com
UPDATE 2: Added support for both chat.google.com and chat displayed through mail.google.com/chat
UPDATE 3: Fixed compatibility with Chrome v92 (i.e. https://chromestatus.com/feature/5148698084376576 ) which didn't allow users to change thread names.
UPDATE 4: Added support for dark mode
UPDATE 5: fix for new google chat layout
UPDATE 6: Added basic support for in-line threads.                    

एक्सटेंशन की मूल जानकारी

नाम Thread Master Thread Master
ID aeojppplpcnfkmpcipigmoffjkiffken
आधिकारिक URL https://chromewebstore.google.com/detail/thread-master/aeojppplpcnfkmpcipigmoffjkiffken
विवरण Extends Google Chat Threads with extra features
फ़ाइल का आकार 50.96 KB
स्थापना संख्या 5,537
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2023-04-03
प्रकाशन तिथि 2021-02-22
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर threadmaster
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://hotdesk.zsucic.com/static/hotdesk/occupy2e_privacypolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thread Master",
    "description": "Extends Google Chat Threads with extra features",
    "version": "0.2.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/u\/0\/frame*"
            ],
            "all_frames": true,
            "js": [
                "threadmaster.js"
            ],
            "run_at": "document_end"
        }
    ]
}