GChat copy thread link & quote reply
Add button to copy link to thread and add button to messages to quote reply on Google Chat
Wat is GChat copy thread link & quote reply?
GChat copy thread link & quote reply is een Chrome-extensie ontwikkeld door ml493470361, en de belangrijkste functie is "Add button to copy link to thread and add button to messages to quote reply on Google Chat".
Extensie Screenshots
Download het CRX-bestand van de extensie GChat copy thread link & quote reply
Download GChat copy thread link & quote reply-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
Easy to copy GChat thread link and quick quote reply
Basisinformatie over de Extensie
Naam | GChat copy thread link & quote reply |
ID | dihkeojolddjojaplfcmibboccnhdghn |
Officiële URL | https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn |
Beschrijving | Add button to copy link to thread and add button to messages to quote reply on Google Chat |
Bestandsgrootte | 6.46 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-04-22 |
Publicatiedatum | 2022-04-15 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ml493470361 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GChat copy thread link & quote reply", "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat", "version": "1.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ "index.js" ], "run_at": "document_end" } ] } |