GChat - Pin threads

Pin your threads to use another time

Was ist GChat - Pin threads?

GChat - Pin threads ist eine Chrome-Erweiterung, die von lasalvadordev entwickelt wurde, und ihr Hauptmerkmal ist "Pin your threads to use another time".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GChat - Pin threads-Erweiterungs-CRX-Datei herunterladen

Laden Sie GChat - Pin threads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GChat - Pin threads GChat - Pin threads
ID indkckjhobpnbgkjbppehhihfpdmcjon
Offizielle URL https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon
Beschreibung Pin your threads to use another time
Dateigröße 8.93 KB
Installationsanzahl 498
Aktuelle Version 1.0.5
Letztes Update 2022-08-11
Veröffentlichungsdatum 2022-02-14
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler lasalvadordev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}