Chatlink

View links for Hangouts Chat threads.

Apa itu Chatlink?

Chatlink adalah ekstensi Chrome yang dikembangkan oleh Swanand Nirgudkar, dan fitur utamanya adalah "View links for Hangouts Chat threads.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chatlink

Unduh file ekstensi Chatlink dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chatlink Chatlink
ID ckjmlclggockkinpegpmhgbkokphabag
URL Resmi https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag
Deskripsi View links for Hangouts Chat threads.
Ukuran File 23.15 KB
Jumlah Instalasi 232
Versi Saat Ini 2.1.2
Terakhir Diperbarui 2020-05-30
Tanggal Publikasi 2020-05-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Swanand Nirgudkar
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}