Chat Thread Getchu
You will be able to get thread links for chat
¿Qué es Chat Thread Getchu?
Chat Thread Getchu es una extensión de Chrome desarrollada por Mizuno, y su función principal es "You will be able to get thread links for chat".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chat Thread Getchu
Descarga archivos de extensión Chat Thread Getchu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Chat Thread Getchu |
ID | hfbadkbkednhhimidcichmcmgeichgci |
URL Oficial | https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci |
Descripción | You will be able to get thread links for chat |
Tamaño del Archivo | 37.64 KB |
Cantidad de Instalaciones | 3,878 |
Versión Actual | 2.0.0 |
Última Actualización | 2022-09-28 |
Fecha de Publicación | 2021-09-09 |
Calificación | 4.60/5 Total de 5 Calificaciones |
Desarrollador | Mizuno |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } ] } |