GChat - Pin threads

Pin your threads to use another time

Cos'è GChat - Pin threads?

GChat - Pin threads è un'estensione di Chrome sviluppata da lasalvadordev, e la sua funzione principale è "Pin your threads to use another time".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GChat - Pin threads

Scarica i file di estensione GChat - Pin threads 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

                        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.                    

Informazioni di Base sull'Estensione

Nome GChat - Pin threads GChat - Pin threads
ID indkckjhobpnbgkjbppehhihfpdmcjon
URL Ufficiale https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon
Descrizione Pin your threads to use another time
Dimensione del File 8.93 KB
Conteggio Installazioni 498
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-08-11
Data di Pubblicazione 2022-02-14
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore lasalvadordev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}