Chatlink
View links for Hangouts Chat threads.
Wat is Chatlink?
Chatlink is een Chrome-extensie ontwikkeld door Swanand Nirgudkar, en de belangrijkste functie is "View links for Hangouts Chat threads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatlink
Download Chatlink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Chatlink |
ID | ckjmlclggockkinpegpmhgbkokphabag |
Officiële URL | https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag |
Beschrijving | View links for Hangouts Chat threads. |
Bestandsgrootte | 23.15 KB |
Aantal Installaties | 232 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2020-05-30 |
Publicatiedatum | 2020-05-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Swanand Nirgudkar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |