Chatlink
View links for Hangouts Chat threads.
Hvad er Chatlink?
Chatlink er en Chrome-udvidelse udviklet af Swanand Nirgudkar, og dens hovedfunktion er "View links for Hangouts Chat threads.".
Udvidelsesskærmbilleder
Download Chatlink-udvidelses-CRX-fil
Download Chatlink-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ckjmlclggockkinpegpmhgbkokphabag |
| Officiel URL | https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag |
| Beskrivelse | View links for Hangouts Chat threads. |
| Filstørrelse | 23.15 KB |
| Antal Installationer | 232 |
| Nuværende Version | 2.1.2 |
| Senest Opdateret | 2020-05-30 |
| Udgivelsesdato | 2020-05-29 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Swanand Nirgudkar |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |