Thread Master

Extends Google Chat Threads with extra features

Co to jest Thread Master?

Thread Master to rozszerzenie Chrome opracowane przez threadmaster, a jego główną funkcją jest „Extends Google Chat Threads with extra features”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Thread Master

Pobierz pliki rozszerzeń Thread Master w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Thread Master Thread Master
ID aeojppplpcnfkmpcipigmoffjkiffken
Oficjalny URL https://chromewebstore.google.com/detail/thread-master/aeojppplpcnfkmpcipigmoffjkiffken
Opis Extends Google Chat Threads with extra features
Rozmiar pliku 50.96 KB
Liczba instalacji 5,537
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2023-04-03
Data Publikacji 2021-02-22
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper threadmaster
E-mail threadmaster@2e-systems.com
Typ Płatności free
Adres URL Strony Polityki Prywatności https://hotdesk.zsucic.com/static/hotdesk/occupy2e_privacypolicy.html
Obsługiwane Języki 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"
        }
    ]
}