Chatlink
View links for Hangouts Chat threads.
什么是Chatlink?
Chatlink是由Swanand Nirgudkar开发的Chrome扩展程序,该扩展的主要功能是“View links for Hangouts Chat threads.”。
扩展截图
下载Chatlink扩展crx文件
下载Chatlink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Chatlink |
ID | ckjmlclggockkinpegpmhgbkokphabag |
官方URL | https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag |
简介 | View links for Hangouts Chat threads. |
文件大小 | 23.15 KB |
安装次数 | 232 |
当前版本 | 2.1.2 |
更新时间 | 2020-05-30 |
上架时间 | 2020-05-29 |
评分 | 5.00/5 共1次评分 |
开发者 | Swanand Nirgudkar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |