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. 擴展基本資訊
| 名稱 | |
| ID | ckjmlclggockkinpegpmhgbkokphabag |
| 官方網址 | 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
} | |