Chatlink

View links for Hangouts Chat threads.

Chatlinkとは何ですか?

ChatlinkはSwanand Nirgudkarによって開発されたChromeの拡張機能で、その主な機能は「View links for Hangouts Chat threads.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
}