GChat - Pin threads
Pin your threads to use another time
Wat is GChat - Pin threads?
GChat - Pin threads is een Chrome-extensie ontwikkeld door lasalvadordev, en de belangrijkste functie is "Pin your threads to use another time".
Extensie Screenshots
Download het CRX-bestand van de extensie GChat - Pin threads
Download GChat - Pin threads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GChat - Pin threads |
ID | indkckjhobpnbgkjbppehhihfpdmcjon |
Officiële URL | https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon |
Beschrijving | Pin your threads to use another time |
Bestandsgrootte | 8.93 KB |
Aantal Installaties | 498 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2022-08-11 |
Publicatiedatum | 2022-02-14 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | lasalvadordev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |