Chat Thread Getchu

You will be able to get thread links for chat

Co to jest Chat Thread Getchu?

Chat Thread Getchu to rozszerzenie Chrome opracowane przez Mizuno, a jego główną funkcją jest „You will be able to get thread links for chat”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Chat Thread Getchu

Pobierz pliki rozszerzeń Chat Thread Getchu 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

                        It is a function that you can get the URL of each thread with google chat.
It's easy to lose track of the thread because it runs quickly, 
and it was difficult to tell this thread even if you wanted to share it with someone,
so please use this extension to get the URL and record or share it.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
Oficjalny URL https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
Opis You will be able to get thread links for chat
Rozmiar pliku 37.64 KB
Liczba instalacji 3,878
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2022-09-28
Data Publikacji 2021-09-09
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Mizuno
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.0",
    "default_locale": "en",
    "icons": {
        "128": "icon\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/chat.google.com\/**",
                "https:\/\/chat.google.com\/**",
                "http:\/\/mail.google.com\/chat\/**",
                "https:\/\/mail.google.com\/chat\/**"
            ],
            "js": [
                ".\/js\/main.bundle.js"
            ],
            "all_frames": true
        }
    ]
}