Threads for Google Chat
Display Thread Link in Google Chat
Cos'è Threads for Google Chat?
Threads for Google Chat è un'estensione di Chrome sviluppata da nagamaaaaachi, e la sua funzione principale è "Display Thread Link in Google Chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Threads for Google Chat
Scarica i file di estensione Threads for Google Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Threads for Google Chat |
ID | ofeljikmiggiajkgahjkfadmdipacbmm |
URL Ufficiale | https://chromewebstore.google.com/detail/threads-for-google-chat/ofeljikmiggiajkgahjkfadmdipacbmm |
Descrizione | Display Thread Link in Google Chat |
Dimensione del File | 55.14 KB |
Conteggio Installazioni | 5,027 |
Versione Corrente | 2.2.0 |
Ultimo Aggiornamento | 2022-04-12 |
Data di Pubblicazione | 2020-10-06 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | nagamaaaaachi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |