Chatlink
View links for Hangouts Chat threads.
Cos'è Chatlink?
Chatlink è un'estensione di Chrome sviluppata da Swanand Nirgudkar, e la sua funzione principale è "View links for Hangouts Chat threads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chatlink
Scarica i file di estensione Chatlink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ckjmlclggockkinpegpmhgbkokphabag |
| URL Ufficiale | https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag |
| Descrizione | View links for Hangouts Chat threads. |
| Dimensione del File | 23.15 KB |
| Conteggio Installazioni | 232 |
| Versione Corrente | 2.1.2 |
| Ultimo Aggiornamento | 2020-05-30 |
| Data di Pubblicazione | 2020-05-29 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Swanand Nirgudkar |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |