Chat Thread Getchu

You will be able to get thread links for chat

Qu'est-ce que Chat Thread Getchu ?

Chat Thread Getchu est une extension Chrome développée par Mizuno, et sa fonction principale est "You will be able to get thread links for chat".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chat Thread Getchu

Téléchargez les fichiers d'extension Chat Thread Getchu 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

                        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.                    

Informations de Base sur l'Extension

Nom Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
URL Officiel https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
Description You will be able to get thread links for chat
Taille du Fichier 37.64 KB
Nombre d'Installations 3,878
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-09-28
Date de Publication 2021-09-09
Évaluation 4.60/5 Total 5 Évaluations
Développeur Mizuno
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}