GChat - Pin threads
Pin your threads to use another time
Vad är GChat - Pin threads?
GChat - Pin threads är en Chrome-tillägg utvecklad av lasalvadordev, och dess huvudfunktion är "Pin your threads to use another time".
Tilläggsskärmbilder
Ladda ner GChat - Pin threads-förlängningens CRX-fil
Ladda ner GChat - Pin threads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | GChat - Pin threads |
ID | indkckjhobpnbgkjbppehhihfpdmcjon |
Officiell webbadress | https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon |
Beskrivning | Pin your threads to use another time |
Filstorlek | 8.93 KB |
Antal Installationer | 498 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2022-08-11 |
Publiceringsdatum | 2022-02-14 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | lasalvadordev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |