Chat Thread Getchu

You will be able to get thread links for chat

Was ist Chat Thread Getchu?

Chat Thread Getchu ist eine Chrome-Erweiterung, die von Mizuno entwickelt wurde, und ihr Hauptmerkmal ist "You will be able to get thread links for chat".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Chat Thread Getchu-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chat Thread Getchu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
Offizielle URL https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
Beschreibung You will be able to get thread links for chat
Dateigröße 37.64 KB
Installationsanzahl 3,878
Aktuelle Version 2.0.0
Letztes Update 2022-09-28
Veröffentlichungsdatum 2021-09-09
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Mizuno
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}