Chatlink
View links for Hangouts Chat threads.
Was ist Chatlink?
Chatlink ist eine Chrome-Erweiterung, die von Swanand Nirgudkar entwickelt wurde, und ihr Hauptmerkmal ist "View links for Hangouts Chat threads.".
Erweiterungsscreenshots
Chatlink-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chatlink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chatlink |
ID | ckjmlclggockkinpegpmhgbkokphabag |
Offizielle URL | https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag |
Beschreibung | View links for Hangouts Chat threads. |
Dateigröße | 23.15 KB |
Installationsanzahl | 232 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2020-05-30 |
Veröffentlichungsdatum | 2020-05-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Swanand Nirgudkar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |