GChat - Pin threads
Pin your threads to use another time
What is GChat - Pin threads?
GChat - Pin threads is a Chrome extension developed by lasalvadordev, and its main feature is "Pin your threads to use another time".
Extension Screenshots
Download GChat - Pin threads Extension CRX File
Download GChat - Pin threads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GChat - Pin threads |
ID | indkckjhobpnbgkjbppehhihfpdmcjon |
Official URL | https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon |
Description | Pin your threads to use another time |
File Size | 8.93 KB |
Installation Count | 498 |
Current Version | 1.0.5 |
Last Updated | 2022-08-11 |
Publish Date | 2022-02-14 |
Rating | 3.50/5 Total 2 Ratings |
Developer | lasalvadordev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |