Chatlink
View links for Hangouts Chat threads.
Qu'est-ce que Chatlink ?
Chatlink est une extension Chrome développée par Swanand Nirgudkar, et sa fonction principale est "View links for Hangouts Chat threads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chatlink
Téléchargez les fichiers d'extension Chatlink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chatlink |
ID | ckjmlclggockkinpegpmhgbkokphabag |
URL Officiel | https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag |
Description | View links for Hangouts Chat threads. |
Taille du Fichier | 23.15 KB |
Nombre d'Installations | 232 |
Version Actuelle | 2.1.2 |
Dernière Mise à Jour | 2020-05-30 |
Date de Publication | 2020-05-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Swanand Nirgudkar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |