GChat - Pin threads

Pin your threads to use another time

¿Qué es GChat - Pin threads?

GChat - Pin threads es una extensión de Chrome desarrollada por lasalvadordev, y su función principal es "Pin your threads to use another time".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GChat - Pin threads

Descarga archivos de extensión GChat - Pin threads 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

                        An Extension to pin your threads on google chat. With this package you can click on the "Pin Your Thread" button and we save the thread's link with a name of your preference and you can easily access this thread when you want. You can remove the Pinned thread when you want clickingin the "X" button.                    

Información Básica de la Extensión

Nombre GChat - Pin threads GChat - Pin threads
ID indkckjhobpnbgkjbppehhihfpdmcjon
URL Oficial https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon
Descripción Pin your threads to use another time
Tamaño del Archivo 8.93 KB
Cantidad de Instalaciones 498
Versión Actual 1.0.5
Última Actualización 2022-08-11
Fecha de Publicación 2022-02-14
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador lasalvadordev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GChat - Pin threads",
    "description": "Pin your threads to use another time",
    "action": {
        "default_icon": ".\/images\/logo.png",
        "default_popup": ".\/popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/scripts\/content.js"
            ],
            "css": [
                ".\/styles\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "version": "1.0.5"
}