Threads for Google Chat

Display Thread Link in Google Chat

Qu'est-ce que Threads for Google Chat ?

Threads for Google Chat est une extension Chrome développée par nagamaaaaachi, et sa fonction principale est "Display Thread Link in Google Chat".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Threads for Google Chat

Téléchargez les fichiers d'extension Threads for Google Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Google Chat 向けの拡張機能です。
ルームのスレッドをリスト化して、簡単に目的のスレッドまでスクロールすることができるようになります。

This is an extension for Google Chat.
You will be able to list threads in the room and easily scroll to the thread you are looking for!

# Supported Language:

- Japanese
- English                    

Informations de Base sur l'Extension

Nom Threads for Google Chat Threads for Google Chat
ID ofeljikmiggiajkgahjkfadmdipacbmm
URL Officiel https://chromewebstore.google.com/detail/threads-for-google-chat/ofeljikmiggiajkgahjkfadmdipacbmm
Description Display Thread Link in Google Chat
Taille du Fichier 55.14 KB
Nombre d'Installations 5,027
Version Actuelle 2.2.0
Dernière Mise à Jour 2022-04-12
Date de Publication 2020-10-06
Évaluation 4.60/5 Total 5 Évaluations
Développeur nagamaaaaachi
Email [email protected]
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Threads for Google Chat",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "Display Thread Link in Google Chat",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "48.png"
    }
}