Chatlink

View links for Hangouts Chat threads.

What is Chatlink?

Chatlink is a Chrome extension developed by Swanand Nirgudkar, and its main feature is "View links for Hangouts Chat threads.".

Extension Screenshots

screenshot

Download Chatlink Extension CRX File

Download Chatlink 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

                        Google Chrome Extension to view links for Hangouts Chat (G-Suite). Attaches a link icon at the top right side of each thread below the follow button, which on clicking navigates to that thread.                    

Extension Basic Information

Name Chatlink Chatlink
ID ckjmlclggockkinpegpmhgbkokphabag
Official URL https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag
Description View links for Hangouts Chat threads.
File Size 23.15 KB
Installation Count 232
Current Version 2.1.2
Last Updated 2020-05-30
Publish Date 2020-05-29
Rating 5.00/5 Total 1 Ratings
Developer Swanand Nirgudkar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatlink",
    "version": "2.1.2",
    "description": "View links for Hangouts Chat threads.",
    "browser_action": [],
    "permissions": [
        "activeTab",
        "webRequest",
        "https:\/\/chat.google.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}